Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # Microsoft Azure network device configuration
0003 #
0004 
0005 config NET_VENDOR_MICROSOFT
0006         bool "Microsoft Network Devices"
0007         default y
0008         help
0009           If you have a network (Ethernet) device belonging to this class, say Y.
0010 
0011           Note that the answer to this question doesn't directly affect the
0012           kernel: saying N will just cause the configurator to skip the
0013           question about Microsoft network devices. If you say Y, you will be
0014           asked for your specific device in the following question.
0015 
0016 if NET_VENDOR_MICROSOFT
0017 
0018 config MICROSOFT_MANA
0019         tristate "Microsoft Azure Network Adapter (MANA) support"
0020         depends on PCI_MSI && X86_64
0021         depends on PCI_HYPERV
0022         help
0023           This driver supports Microsoft Azure Network Adapter (MANA).
0024           So far, the driver is only supported on X86_64.
0025 
0026           To compile this driver as a module, choose M here.
0027           The module will be called mana.
0028 
0029 endif #NET_VENDOR_MICROSOFT