Kconfig 555 B

123456789101112131415161718192021
  1. #
  2. # Acorn Network device configuration
  3. # These are for Acorn's Expansion card network interfaces
  4. #
  5. config ARM_AT91_ETHER
  6. tristate "AT91RM9200 Ethernet support"
  7. depends on ARM && ARCH_AT91RM9200
  8. select MII
  9. help
  10. If you wish to compile a kernel for the AT91RM9200 and enable
  11. ethernet support, then you should always answer Y to this.
  12. config W90P910_ETH
  13. tristate "Nuvoton w90p910 Ethernet support"
  14. depends on ARM && ARCH_W90X900
  15. select PHYLIB
  16. select MII
  17. help
  18. Say Y here if you want to use built-in Ethernet ports
  19. on w90p910 processor.