2 # Micrel device configuration
5 config NET_VENDOR_MICREL
8 depends on (HAS_IOMEM && DMA_ENGINE) || SPI || PCI || HAS_IOMEM || \
11 If you have a network (Ethernet) card belonging to this class, say Y.
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.
20 config ARM_KS8695_ETHER
21 tristate "KS8695 Ethernet support"
22 depends on ARM && ARCH_KS8695
25 If you wish to compile a kernel for the KS8695 and want to
26 use the internal ethernet then you should answer Y to this.
29 tristate "Micrel KSZ8841/42 with generic bus interface"
30 depends on HAS_IOMEM && DMA_ENGINE
32 This platform driver is for KSZ8841(1-port) / KS8842(2-port)
33 ethernet switch chip (managed, VLAN, QoS) from Micrel or
37 tristate "Micrel KS8851 SPI"
43 SPI driver for Micrel KS8851 SPI attached network chip.
46 tristate "Micrel KS8851 MLL"
50 This platform driver is for Micrel KS8851 Address/data bus
51 multiplexed network chip.
54 tristate "Micrel KSZ8841/2 PCI"
59 This PCI driver is for Micrel KSZ8841/KSZ8842 PCI Ethernet chip.
61 To compile this driver as a module, choose M here. The module
62 will be called ksz884x.
64 endif # NET_VENDOR_MICREL