29 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# EZchip network device configuration4#5 6config NET_VENDOR_EZCHIP7 bool "EZchip devices"8 default y9 help10 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 the13 kernel: saying N will just cause the configurator to skip all14 the questions about EZchip devices. If you say Y, you will be asked for15 your specific device in the following questions.16 17if NET_VENDOR_EZCHIP18 19config EZCHIP_NPS_MANAGEMENT_ENET20 tristate "EZchip NPS management enet support"21 depends on OF_IRQ22 depends on HAS_IOMEM23 help24 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 28endif29