xref: /openbmc/linux/drivers/net/ethernet/ni/Kconfig (revision 38ba95a4)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2492caffaSMoritz Fischer#
3*38ba95a4SColin Ian King# National Instruments network device configuration
4492caffaSMoritz Fischer#
5492caffaSMoritz Fischer
6492caffaSMoritz Fischerconfig NET_VENDOR_NI
7492caffaSMoritz Fischer	bool "National Instruments Devices"
8492caffaSMoritz Fischer	default y
9492caffaSMoritz Fischer	help
10492caffaSMoritz Fischer	  If you have a network (Ethernet) device belonging to this class, say Y.
11492caffaSMoritz Fischer
12492caffaSMoritz Fischer	  Note that the answer to this question doesn't directly affect the
13492caffaSMoritz Fischer	  kernel: saying N will just cause the configurator to skip all
1485aee0a7SGeert Uytterhoeven	  the questions about National Instruments devices.
15492caffaSMoritz Fischer	  If you say Y, you will be asked for your specific device in the
16492caffaSMoritz Fischer	  following questions.
17492caffaSMoritz Fischer
18492caffaSMoritz Fischerif NET_VENDOR_NI
19492caffaSMoritz Fischer
20492caffaSMoritz Fischerconfig NI_XGE_MANAGEMENT_ENET
21492caffaSMoritz Fischer	tristate "National Instruments XGE management enet support"
227e8d5755SMoritz Fischer	depends on HAS_IOMEM && HAS_DMA
23492caffaSMoritz Fischer	select PHYLIB
241914104fSMoritz Fischer	select OF_MDIO if OF
25492caffaSMoritz Fischer	help
26492caffaSMoritz Fischer	  Simple LAN device for debug or management purposes. Can
27492caffaSMoritz Fischer	  support either 10G or 1G PHYs via SFP+ ports.
28492caffaSMoritz Fischer
29492caffaSMoritz Fischerendif
30