Kconfig 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 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 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 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 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 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 ARM_KS8695_ETHER
  39. tristate "KS8695 Ethernet support"
  40. depends on ARM && ARCH_KS8695
  41. select MII
  42. help
  43. If you wish to compile a kernel for the KS8695 and want to
  44. use the internal ethernet then you should answer Y to this.
  45. config EP93XX_ETH
  46. tristate "EP93xx Ethernet support"
  47. depends on ARM && ARCH_EP93XX
  48. select MII
  49. help
  50. This is a driver for the ethernet hardware included in EP93xx CPUs.
  51. Say Y if you are building a kernel for EP93xx based devices.
  52. config IXP4XX_ETH
  53. tristate "Intel IXP4xx Ethernet support"
  54. depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
  55. select PHYLIB
  56. help
  57. Say Y here if you want to use built-in Ethernet ports
  58. on IXP4xx processor.
  59. config W90P910_ETH
  60. tristate "Nuvoton w90p910 Ethernet support"
  61. depends on ARM && ARCH_W90X900
  62. select PHYLIB
  63. select MII
  64. help
  65. Say Y here if you want to use built-in Ethernet ports
  66. on w90p910 processor.