Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # Acorn Network device configuration
  3. # These are for Acorn's Expansion card network interfaces
  4. #
  5. config ARM_AM79C961A
  6. bool "ARM EBSA110 AM79C961A support"
  7. depends on NET_ETHERNET && ARM && ARCH_EBSA110
  8. select CRC32
  9. help
  10. If you wish to compile a kernel for the EBSA-110, then you should
  11. always answer Y to this.
  12. config ARM_ETHER1
  13. tristate "Acorn Ether1 support"
  14. depends on NET_ETHERNET && ARM && ARCH_ACORN
  15. help
  16. If you have an Acorn system with one of these (AKA25) network cards,
  17. you should say Y to this option if you wish to use it with Linux.
  18. config ARM_ETHER3
  19. tristate "Acorn/ANT Ether3 support"
  20. depends on NET_ETHERNET && ARM && ARCH_ACORN
  21. help
  22. If you have an Acorn system with one of these network cards, you
  23. should say Y to this option if you wish to use it with Linux.
  24. config ARM_ETHERH
  25. tristate "I-cubed EtherH/ANT EtherM support"
  26. depends on NET_ETHERNET && ARM && ARCH_ACORN
  27. select CRC32
  28. help
  29. If you have an Acorn system with one of these network cards, you
  30. should say Y to this option if you wish to use it with Linux.
  31. config ARM_AT91_ETHER
  32. tristate "AT91RM9200 Ethernet support"
  33. depends on NET_ETHERNET && ARM && ARCH_AT91RM9200
  34. select MII
  35. help
  36. If you wish to compile a kernel for the AT91RM9200 and enable
  37. ethernet support, then you should always answer Y to this.
  38. config EP93XX_ETH
  39. tristate "EP93xx Ethernet support"
  40. depends on NET_ETHERNET && ARM && ARCH_EP93XX
  41. help
  42. This is a driver for the ethernet hardware included in EP93xx CPUs.
  43. Say Y if you are building a kernel for EP93xx based devices.