Kconfig 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #
  2. # Cirrus network device configuration
  3. #
  4. config NET_VENDOR_CIRRUS
  5. bool "Cirrus devices"
  6. default y
  7. depends on ISA || EISA || ARM || MAC
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y.
  10. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about Cirrus cards. If you say Y, you will be asked
  13. for your specific card in the following questions.
  14. if NET_VENDOR_CIRRUS
  15. config CS89x0
  16. tristate "CS89x0 support"
  17. depends on ISA || EISA || ARM
  18. ---help---
  19. Support for CS89x0 chipset based Ethernet cards. If you have a
  20. network (Ethernet) card of this type, say Y and read the file
  21. <file:Documentation/networking/cs89x0.txt>.
  22. To compile this driver as a module, choose M here. The module
  23. will be called cs89x0.
  24. config CS89x0_PLATFORM
  25. bool "CS89x0 platform driver support" if HAS_IOPORT_MAP
  26. default !HAS_IOPORT_MAP
  27. depends on CS89x0
  28. help
  29. Say Y to compile the cs89x0 driver as a platform driver. This
  30. makes this driver suitable for use on certain evaluation boards
  31. such as the iMX21ADS.
  32. If you are unsure, say N.
  33. config EP93XX_ETH
  34. tristate "EP93xx Ethernet support"
  35. depends on ARM && ARCH_EP93XX
  36. select MII
  37. help
  38. This is a driver for the ethernet hardware included in EP93xx CPUs.
  39. Say Y if you are building a kernel for EP93xx based devices.
  40. config MAC89x0
  41. tristate "Macintosh CS89x0 based ethernet cards"
  42. depends on MAC
  43. ---help---
  44. Support for CS89x0 chipset based Ethernet cards. If you have a
  45. Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
  46. To compile this driver as a module, choose M here. This module will
  47. be called mac89x0.
  48. endif # NET_VENDOR_CIRRUS