Kconfig 856 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Intel XScale IXP device configuration
  3. #
  4. config NET_VENDOR_XSCALE
  5. bool "Intel XScale IXP devices"
  6. default y
  7. depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \
  8. IXP4XX_NPE && IXP4XX_QMGR)
  9. ---help---
  10. If you have a network (Ethernet) card belonging to this class, say Y.
  11. Note that the answer to this question does not directly affect the
  12. kernel: saying N will just cause the configurator to skip all
  13. the questions about XSacle IXP devices. If you say Y, you will be
  14. asked for your specific card in the following questions.
  15. if NET_VENDOR_XSCALE
  16. config IXP4XX_ETH
  17. tristate "Intel IXP4xx Ethernet support"
  18. depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
  19. select PHYLIB
  20. select NET_PTP_CLASSIFY
  21. ---help---
  22. Say Y here if you want to use built-in Ethernet ports
  23. on IXP4xx processor.
  24. endif # NET_VENDOR_XSCALE