pvrusb2: reduce stack usage pvr2_eeprom_analyze()
[linux/fpc-iii.git] / drivers / net / ethernet / ezchip / Kconfig
blobb423ad380b6a3ff0b31621cf98152143030c2ed6
2 # EZchip network device configuration
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.
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.
16 if NET_VENDOR_EZCHIP
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.
27 endif