Skip to content

[redhat] New configs in drivers/net/ethernet/microsoft

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

CONFIG_MICROSOFT_MANA:

This driver supports Microsoft Azure Network Adapter (MANA). So far, the driver is only supported on X86_64.

To compile this driver as a module, choose M here. The module will be called mana.

Symbol: MICROSOFT_MANA [=n] Type : tristate Defined at drivers/net/ethernet/microsoft/Kconfig:18 Prompt: Microsoft Azure Network Adapter (MANA) support Depends on: NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_MICROSOFT [=y] && PCI_MSI [=y] && X86_64 [=y] && PCI_HYPERV [=m] Location: -> Device Drivers -> Network device support (NETDEVICES [=y]) -> Ethernet driver support (ETHERNET [=y]) -> Microsoft Network Devices (NET_VENDOR_MICROSOFT [=y])


CONFIG_NET_VENDOR_MICROSOFT:

If you have a network (Ethernet) device belonging to this class, say Y.

Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip the question about Microsoft network devices. If you say Y, you will be asked for your specific device in the following question.

Symbol: NET_VENDOR_MICROSOFT [=y] Type : bool Defined at drivers/net/ethernet/microsoft/Kconfig:5 Prompt: Microsoft Network Devices Depends on: NETDEVICES [=y] && ETHERNET [=y] Location: -> Device Drivers -> Network device support (NETDEVICES [=y]) -> Ethernet driver support (ETHERNET [=y])


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports