Merge tag 'edac_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
[cascardo/linux.git] / drivers / net / ethernet / ezchip / Kconfig
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         depends on HAS_IOMEM
22         ---help---
23           Simple LAN device for debug or management purposes.
24           Device supports interrupts for RX and TX(completion).
25           Device does not have DMA ability.
26
27 endif