brintos

brintos / linux-shallow public Read only

0
0
Text · 827 B · dcfbfa5 Raw
30 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# National Instruments network device configuration4#5 6config NET_VENDOR_NI7	bool "National Instruments Devices"8	default y9	help10	  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 the13	  kernel: saying N will just cause the configurator to skip all14	  the questions about National Instruments devices.15	  If you say Y, you will be asked for your specific device in the16	  following questions.17 18if NET_VENDOR_NI19 20config NI_XGE_MANAGEMENT_ENET21	tristate "National Instruments XGE management enet support"22	depends on HAS_IOMEM && HAS_DMA23	select PHYLIB24	select OF_MDIO if OF25	help26	  Simple LAN device for debug or management purposes. Can27	  support either 10G or 1G PHYs via SFP+ ports.28 29endif30