Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233
  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.