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. depends on !PPC32
  19. ---help---
  20. Support for CS89x0 chipset based Ethernet cards. If you have a
  21. network (Ethernet) card of this type, say Y and read the file
  22. <file:Documentation/networking/cs89x0.txt>.
  23. To compile this driver as a module, choose M here. The module
  24. will be called cs89x0.
  25. config CS89x0_PLATFORM
  26. bool "CS89x0 platform driver support" if HAS_IOPORT_MAP
  27. default !HAS_IOPORT_MAP
  28. depends on CS89x0
  29. help
  30. Say Y to compile the cs89x0 driver as a platform driver. This
  31. makes this driver suitable for use on certain evaluation boards
  32. such as the iMX21ADS.
  33. If you are unsure, say N.
  34. config EP93XX_ETH
  35. tristate "EP93xx Ethernet support"
  36. depends on ARM && ARCH_EP93XX
  37. select MII
  38. help
  39. This is a driver for the ethernet hardware included in EP93xx CPUs.
  40. Say Y if you are building a kernel for EP93xx based devices.
  41. config MAC89x0
  42. tristate "Macintosh CS89x0 based ethernet cards"
  43. depends on MAC
  44. ---help---
  45. Support for CS89x0 chipset based Ethernet cards. If you have a
  46. Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
  47. To compile this driver as a module, choose M here. This module will
  48. be called mac89x0.
  49. endif # NET_VENDOR_CIRRUS