1# SPDX-License-Identifier: GPL-2.0-only 2# 3# National Instruments network device configuration 4# 5 6config NET_VENDOR_NI 7 bool "National Instruments Devices" 8 default y 9 help 10 If you have a network (Ethernet) device belonging to this class, say Y. 11 12 Note that the answer to this question doesn't directly affect the 13 kernel: saying N will just cause the configurator to skip all 14 the questions about National Instruments devices. 15 If you say Y, you will be asked for your specific device in the 16 following questions. 17 18if NET_VENDOR_NI 19 20config NI_XGE_MANAGEMENT_ENET 21 tristate "National Instruments XGE management enet support" 22 depends on HAS_IOMEM && HAS_DMA 23 select PHYLIB 24 select OF_MDIO if OF 25 help 26 Simple LAN device for debug or management purposes. Can 27 support either 10G or 1G PHYs via SFP+ ports. 28 29endif 30