Kconfig 1.9 KB

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