Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 W90P910_ETH
  33. tristate "Nuvoton w90p910 Ethernet support"
  34. depends on ARM && ARCH_W90X900
  35. select PHYLIB
  36. select MII
  37. help
  38. Say Y here if you want to use built-in Ethernet ports
  39. on w90p910 processor.