Kconfig 980 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # Intel XScale IXP device configuration
  3. #
  4. config NET_VENDOR_XSCALE
  5. bool "Intel XScale IXP devices"
  6. depends on NET_VENDOR_INTEL && ((ARM && ARCH_IXP4XX && \
  7. IXP4XX_NPE && IXP4XX_QMGR) || ARCH_ENP2611)
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y
  10. and read the Ethernet-HOWTO, available from
  11. <http://www.tldp.org/docs.html#howto>.
  12. Note that the answer to this question does not directly affect the
  13. kernel: saying N will just cause the configurator to skip all
  14. the questions about XSacle IXP devices. If you say Y, you will be
  15. asked for your specific card in the following questions.
  16. if NET_VENDOR_XSCALE
  17. config IXP4XX_ETH
  18. tristate "Intel IXP4xx Ethernet support"
  19. depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
  20. select PHYLIB
  21. ---help---
  22. Say Y here if you want to use built-in Ethernet ports
  23. on IXP4xx processor.
  24. source "drivers/net/ethernet/xscale/ixp2000/Kconfig"
  25. endif # NET_VENDOR_XSCALE