Noam Camus | 0dd0770 | 2015-06-23 11:43:53 +0300 | [diff] [blame] | 1 | # |
| 2 | # EZchip network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_EZCHIP |
| 6 | bool "EZchip devices" |
| 7 | default y |
| 8 | ---help--- |
| 9 | If you have a network (Ethernet) device belonging to this class, say Y. |
| 10 | |
| 11 | Note that the answer to this question doesn't directly affect the |
| 12 | kernel: saying N will just cause the configurator to skip all |
| 13 | the questions about EZchip devices. If you say Y, you will be asked for |
| 14 | your specific device in the following questions. |
| 15 | |
| 16 | if NET_VENDOR_EZCHIP |
| 17 | |
| 18 | config EZCHIP_NPS_MANAGEMENT_ENET |
| 19 | tristate "EZchip NPS management enet support" |
| 20 | depends on OF_IRQ && OF_NET |
| 21 | ---help--- |
| 22 | Simple LAN device for debug or management purposes. |
| 23 | Device supports interrupts for RX and TX(completion). |
| 24 | Device does not have DMA ability. |
| 25 | |
| 26 | endif |