1# SPDX-License-Identifier: GPL-2.0-only 2# 3# EZchip network device configuration 4# 5 6config NET_VENDOR_EZCHIP 7 bool "EZchip 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 EZchip devices. If you say Y, you will be asked for 15 your specific device in the following questions. 16 17if NET_VENDOR_EZCHIP 18 19config EZCHIP_NPS_MANAGEMENT_ENET 20 tristate "EZchip NPS management enet support" 21 depends on OF_IRQ && OF_NET 22 depends on HAS_IOMEM 23 help 24 Simple LAN device for debug or management purposes. 25 Device supports interrupts for RX and TX(completion). 26 Device does not have DMA ability. 27 28endif 29