Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #
  2. # Acorn Network device configuration
  3. # These are for Acorn's Expansion card network interfaces
  4. #
  5. config ARM_ETHER3
  6. tristate "Acorn/ANT Ether3 support"
  7. depends on ARM && ARCH_ACORN
  8. help
  9. If you have an Acorn system with one of these network cards, you
  10. should say Y to this option if you wish to use it with Linux.
  11. config ARM_AT91_ETHER
  12. tristate "AT91RM9200 Ethernet support"
  13. depends on ARM && ARCH_AT91RM9200
  14. select MII
  15. help
  16. If you wish to compile a kernel for the AT91RM9200 and enable
  17. ethernet support, then you should always answer Y to this.
  18. config ARM_KS8695_ETHER
  19. tristate "KS8695 Ethernet support"
  20. depends on ARM && ARCH_KS8695
  21. select MII
  22. help
  23. If you wish to compile a kernel for the KS8695 and want to
  24. use the internal ethernet then you should answer Y to this.
  25. config EP93XX_ETH
  26. tristate "EP93xx Ethernet support"
  27. depends on ARM && ARCH_EP93XX
  28. select MII
  29. help
  30. This is a driver for the ethernet hardware included in EP93xx CPUs.
  31. Say Y if you are building a kernel for EP93xx based devices.
  32. config IXP4XX_ETH
  33. tristate "Intel IXP4xx Ethernet support"
  34. depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
  35. select PHYLIB
  36. help
  37. Say Y here if you want to use built-in Ethernet ports
  38. on IXP4xx processor.
  39. config W90P910_ETH
  40. tristate "Nuvoton w90p910 Ethernet support"
  41. depends on ARM && ARCH_W90X900
  42. select PHYLIB
  43. select MII
  44. help
  45. Say Y here if you want to use built-in Ethernet ports
  46. on w90p910 processor.