1*ca9c54d2SDexuan Cui#
2*ca9c54d2SDexuan Cui# Microsoft Azure network device configuration
3*ca9c54d2SDexuan Cui#
4*ca9c54d2SDexuan Cui
5*ca9c54d2SDexuan Cuiconfig NET_VENDOR_MICROSOFT
6*ca9c54d2SDexuan Cui	bool "Microsoft Network Devices"
7*ca9c54d2SDexuan Cui	default y
8*ca9c54d2SDexuan Cui	help
9*ca9c54d2SDexuan Cui	  If you have a network (Ethernet) device belonging to this class, say Y.
10*ca9c54d2SDexuan Cui
11*ca9c54d2SDexuan Cui	  Note that the answer to this question doesn't directly affect the
12*ca9c54d2SDexuan Cui	  kernel: saying N will just cause the configurator to skip the
13*ca9c54d2SDexuan Cui	  question about Microsoft network devices. If you say Y, you will be
14*ca9c54d2SDexuan Cui	  asked for your specific device in the following question.
15*ca9c54d2SDexuan Cui
16*ca9c54d2SDexuan Cuiif NET_VENDOR_MICROSOFT
17*ca9c54d2SDexuan Cui
18*ca9c54d2SDexuan Cuiconfig MICROSOFT_MANA
19*ca9c54d2SDexuan Cui	tristate "Microsoft Azure Network Adapter (MANA) support"
20*ca9c54d2SDexuan Cui	depends on PCI_MSI && X86_64
21*ca9c54d2SDexuan Cui	select PCI_HYPERV
22*ca9c54d2SDexuan Cui	help
23*ca9c54d2SDexuan Cui	  This driver supports Microsoft Azure Network Adapter (MANA).
24*ca9c54d2SDexuan Cui	  So far, the driver is only supported on X86_64.
25*ca9c54d2SDexuan Cui
26*ca9c54d2SDexuan Cui	  To compile this driver as a module, choose M here.
27*ca9c54d2SDexuan Cui	  The module will be called mana.
28*ca9c54d2SDexuan Cui
29*ca9c54d2SDexuan Cuiendif #NET_VENDOR_MICROSOFT
30