162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# National Instruments network device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_NI 762306a36Sopenharmony_ci bool "National Instruments Devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci help 1062306a36Sopenharmony_ci If you have a network (Ethernet) device belonging to this class, say Y. 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 1362306a36Sopenharmony_ci kernel: saying N will just cause the configurator to skip all 1462306a36Sopenharmony_ci the questions about National Instruments devices. 1562306a36Sopenharmony_ci If you say Y, you will be asked for your specific device in the 1662306a36Sopenharmony_ci following questions. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciif NET_VENDOR_NI 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ciconfig NI_XGE_MANAGEMENT_ENET 2162306a36Sopenharmony_ci tristate "National Instruments XGE management enet support" 2262306a36Sopenharmony_ci depends on HAS_IOMEM && HAS_DMA 2362306a36Sopenharmony_ci select PHYLIB 2462306a36Sopenharmony_ci select OF_MDIO if OF 2562306a36Sopenharmony_ci help 2662306a36Sopenharmony_ci Simple LAN device for debug or management purposes. Can 2762306a36Sopenharmony_ci support either 10G or 1G PHYs via SFP+ ports. 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ciendif 30