treewide: replace '---help---' in Kconfig files with 'help'
[linux-2.6-microblaze.git] / drivers / net / ethernet / ezchip / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # EZchip network device configuration
4 #
5
6 config 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
17 if NET_VENDOR_EZCHIP
18
19 config 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
28 endif