Kconfig 752 B

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