Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # National Instruments network device configuration
0004 #
0005 
0006 config NET_VENDOR_NI
0007         bool "National Instruments Devices"
0008         default y
0009         help
0010           If you have a network (Ethernet) device belonging to this class, say Y.
0011 
0012           Note that the answer to this question doesn't directly affect the
0013           kernel: saying N will just cause the configurator to skip all
0014           the questions about National Instruments devices.
0015           If you say Y, you will be asked for your specific device in the
0016           following questions.
0017 
0018 if NET_VENDOR_NI
0019 
0020 config NI_XGE_MANAGEMENT_ENET
0021         tristate "National Instruments XGE management enet support"
0022         depends on HAS_IOMEM && HAS_DMA
0023         select PHYLIB
0024         select OF_MDIO if OF
0025         help
0026           Simple LAN device for debug or management purposes. Can
0027           support either 10G or 1G PHYs via SFP+ ports.
0028 
0029 endif