]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/net/ethernet/ni/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / net / ethernet / ni / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
492caffa
MF
2#
3# National Instuments 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 Instrument 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"
7e8d5755 22 depends on HAS_IOMEM && HAS_DMA
492caffa 23 select PHYLIB
1914104f 24 select OF_MDIO if OF
492caffa
MF
25 help
26 Simple LAN device for debug or management purposes. Can
27 support either 10G or 1G PHYs via SFP+ ports.
28
29endif