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