.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # EZchip network device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_VENDOR_EZCHIP |
---|
6 | 7 | bool "EZchip devices" |
---|
7 | 8 | default y |
---|
8 | | - ---help--- |
---|
| 9 | + help |
---|
9 | 10 | If you have a network (Ethernet) device belonging to this class, say Y. |
---|
10 | 11 | |
---|
11 | 12 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
19 | 20 | tristate "EZchip NPS management enet support" |
---|
20 | 21 | depends on OF_IRQ && OF_NET |
---|
21 | 22 | depends on HAS_IOMEM |
---|
22 | | - ---help--- |
---|
| 23 | + help |
---|
23 | 24 | Simple LAN device for debug or management purposes. |
---|
24 | 25 | Device supports interrupts for RX and TX(completion). |
---|
25 | 26 | Device does not have DMA ability. |
---|