]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/net/ethernet/ezchip/Kconfig
UBUNTU: Ubuntu-5.15.0-39.42
[mirror_ubuntu-jammy-kernel.git] / drivers / net / ethernet / ezchip / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
0dd07709
NC
2#
3# EZchip network device configuration
4#
5
6config NET_VENDOR_EZCHIP
7 bool "EZchip devices"
8 default y
a7f7f624 9 help
0dd07709
NC
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"
fe093336 21 depends on OF_IRQ
c731f0e3 22 depends on HAS_IOMEM
a7f7f624 23 help
0dd07709
NC
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