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