Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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_ETHER00
  32. tristate "Altera Ether00 support"
  33. depends on NET_ETHERNET && ARM && ARCH_CAMELOT
  34. help
  35. This is the driver for Altera's ether00 ethernet mac IP core. Say
  36. Y here if you want to build support for this into the kernel. It
  37. is also available as a module (say M here) that can be inserted/
  38. removed from the kernel at the same time as the PLD is configured.
  39. If this driver is running on an epxa10 development board then it
  40. will generate a suitable hw address based on the board serial
  41. number (MTD support is required for this). Otherwise you will
  42. need to set a suitable hw address using ifconfig.