Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #
  2. # Micrel device configuration
  3. #
  4. config NET_VENDOR_MICREL
  5. bool "Micrel devices"
  6. default y
  7. depends on (HAS_IOMEM && DMA_ENGINE) || SPI || PCI || HAS_IOMEM || \
  8. (ARM && ARCH_KS8695)
  9. ---help---
  10. If you have a network (Ethernet) card belonging to this class, say Y
  11. and read the Ethernet-HOWTO, available from
  12. <http://www.tldp.org/docs.html#howto>.
  13. Note that the answer to this question doesn't directly affect the
  14. kernel: saying N will just cause the configurator to skip all
  15. the questions about Micrel devices. If you say Y, you will be asked
  16. for your specific card in the following questions.
  17. if NET_VENDOR_MICREL
  18. config ARM_KS8695_ETHER
  19. tristate "KS8695 Ethernet support"
  20. depends on ARM && ARCH_KS8695
  21. select MII
  22. ---help---
  23. If you wish to compile a kernel for the KS8695 and want to
  24. use the internal ethernet then you should answer Y to this.
  25. config KS8842
  26. tristate "Micrel KSZ8841/42 with generic bus interface"
  27. depends on HAS_IOMEM && DMA_ENGINE
  28. ---help---
  29. This platform driver is for KSZ8841(1-port) / KS8842(2-port)
  30. ethernet switch chip (managed, VLAN, QoS) from Micrel or
  31. Timberdale(FPGA).
  32. config KS8851
  33. tristate "Micrel KS8851 SPI"
  34. depends on SPI
  35. select MII
  36. select CRC32
  37. select EEPROM_93CX6
  38. ---help---
  39. SPI driver for Micrel KS8851 SPI attached network chip.
  40. config KS8851_MLL
  41. tristate "Micrel KS8851 MLL"
  42. depends on HAS_IOMEM
  43. select MII
  44. ---help---
  45. This platform driver is for Micrel KS8851 Address/data bus
  46. multiplexed network chip.
  47. config KSZ884X_PCI
  48. tristate "Micrel KSZ8841/2 PCI"
  49. depends on PCI
  50. select MII
  51. select CRC32
  52. ---help---
  53. This PCI driver is for Micrel KSZ8841/KSZ8842 PCI Ethernet chip.
  54. To compile this driver as a module, choose M here. The module
  55. will be called ksz884x.
  56. endif # NET_VENDOR_MICREL