1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 20dd07709SNoam Camus# 30dd07709SNoam Camus# EZchip network device configuration 40dd07709SNoam Camus# 50dd07709SNoam Camus 60dd07709SNoam Camusconfig NET_VENDOR_EZCHIP 70dd07709SNoam Camus bool "EZchip devices" 80dd07709SNoam Camus default y 9a7f7f624SMasahiro Yamada help 100dd07709SNoam Camus If you have a network (Ethernet) device belonging to this class, say Y. 110dd07709SNoam Camus 120dd07709SNoam Camus Note that the answer to this question doesn't directly affect the 130dd07709SNoam Camus kernel: saying N will just cause the configurator to skip all 140dd07709SNoam Camus the questions about EZchip devices. If you say Y, you will be asked for 150dd07709SNoam Camus your specific device in the following questions. 160dd07709SNoam Camus 170dd07709SNoam Camusif NET_VENDOR_EZCHIP 180dd07709SNoam Camus 190dd07709SNoam Camusconfig EZCHIP_NPS_MANAGEMENT_ENET 200dd07709SNoam Camus tristate "EZchip NPS management enet support" 21*e330fb14SJakub Kicinski depends on OF_IRQ 22c731f0e3SRichard Weinberger depends on HAS_IOMEM 23a7f7f624SMasahiro Yamada help 240dd07709SNoam Camus Simple LAN device for debug or management purposes. 250dd07709SNoam Camus Device supports interrupts for RX and TX(completion). 260dd07709SNoam Camus Device does not have DMA ability. 270dd07709SNoam Camus 280dd07709SNoam Camusendif 29