]> Git Repo - linux.git/blob - drivers/net/ethernet/microsoft/Kconfig
Linux 6.14-rc3
[linux.git] / drivers / net / ethernet / microsoft / Kconfig
1 #
2 # Microsoft Azure network device configuration
3 #
4
5 config NET_VENDOR_MICROSOFT
6         bool "Microsoft Network Devices"
7         default y
8         help
9           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 the
12           kernel: saying N will just cause the configurator to skip the
13           question about Microsoft network devices. If you say Y, you will be
14           asked for your specific device in the following question.
15
16 if NET_VENDOR_MICROSOFT
17
18 config MICROSOFT_MANA
19         tristate "Microsoft Azure Network Adapter (MANA) support"
20         depends on PCI_MSI
21         depends on X86_64 || (ARM64 && !CPU_BIG_ENDIAN)
22         depends on PCI_HYPERV
23         select AUXILIARY_BUS
24         select PAGE_POOL
25         help
26           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
32 endif #NET_VENDOR_MICROSOFT
This page took 0.035341 seconds and 4 git commands to generate.