brintos

brintos / linux-shallow public Read only

0
0
Text · 952 B · 901fbff Raw
33 lines · plain
1#2# Microsoft Azure network device configuration3#4 5config NET_VENDOR_MICROSOFT6	bool "Microsoft Network Devices"7	default y8	help9	  If you have a network (Ethernet) device belonging to this class, say Y.10 11	  Note that the answer to this question doesn't directly affect the12	  kernel: saying N will just cause the configurator to skip the13	  question about Microsoft network devices. If you say Y, you will be14	  asked for your specific device in the following question.15 16if NET_VENDOR_MICROSOFT17 18config MICROSOFT_MANA19	tristate "Microsoft Azure Network Adapter (MANA) support"20	depends on PCI_MSI21	depends on X86_64 || (ARM64 && !CPU_BIG_ENDIAN)22	depends on PCI_HYPERV23	select AUXILIARY_BUS24	select PAGE_POOL25	help26	  This driver supports Microsoft Azure Network Adapter (MANA).27	  So far, the driver is only supported on X86_64.28 29	  To compile this driver as a module, choose M here.30	  The module will be called mana.31 32endif #NET_VENDOR_MICROSOFT33