2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-03-27 14:43:15 -07:00
|
|
|
#
|
2020-12-16 12:00:20 +00:00
|
|
|
# National Instruments network device configuration
|
2018-03-27 14:43:15 -07:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
config NET_VENDOR_NI
|
|
|
|
|
bool "National Instruments Devices"
|
|
|
|
|
default y
|
|
|
|
|
help
|
|
|
|
|
If you have a network (Ethernet) device belonging to this class, say Y.
|
|
|
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
|
|
|
|
kernel: saying N will just cause the configurator to skip all
|
2019-07-31 15:22:14 +02:00
|
|
|
the questions about National Instruments devices.
|
2018-03-27 14:43:15 -07:00
|
|
|
If you say Y, you will be asked for your specific device in the
|
|
|
|
|
following questions.
|
|
|
|
|
|
|
|
|
|
if NET_VENDOR_NI
|
|
|
|
|
|
|
|
|
|
config NI_XGE_MANAGEMENT_ENET
|
|
|
|
|
tristate "National Instruments XGE management enet support"
|
2018-08-28 15:16:31 -07:00
|
|
|
depends on HAS_IOMEM && HAS_DMA
|
2018-03-27 14:43:15 -07:00
|
|
|
select PHYLIB
|
2018-08-31 13:30:54 -07:00
|
|
|
select OF_MDIO if OF
|
2018-03-27 14:43:15 -07:00
|
|
|
help
|
|
|
|
|
Simple LAN device for debug or management purposes. Can
|
|
|
|
|
support either 10G or 1G PHYs via SFP+ ports.
|
|
|
|
|
|
|
|
|
|
endif
|