David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | # |
| 3 | # Micrel device configuration |
| 4 | # |
| 5 | |
| 6 | config NET_VENDOR_MICREL |
| 7 | bool "Micrel devices" |
| 8 | default y |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 9 | depends on (HAS_IOMEM && DMA_ENGINE) || SPI || PCI || HAS_IOMEM |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 10 | ---help--- |
| 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
| 12 | |
| 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 | |
| 18 | if NET_VENDOR_MICREL |
| 19 | |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 20 | config KS8842 |
| 21 | tristate "Micrel KSZ8841/42 with generic bus interface" |
| 22 | depends on HAS_IOMEM && DMA_ENGINE |
| 23 | ---help--- |
| 24 | This platform driver is for KSZ8841(1-port) / KS8842(2-port) |
| 25 | ethernet switch chip (managed, VLAN, QoS) from Micrel or |
| 26 | Timberdale(FPGA). |
| 27 | |
| 28 | config KS8851 |
| 29 | tristate "Micrel KS8851 SPI" |
| 30 | depends on SPI |
| 31 | select MII |
| 32 | select CRC32 |
| 33 | select EEPROM_93CX6 |
| 34 | ---help--- |
| 35 | SPI driver for Micrel KS8851 SPI attached network chip. |
| 36 | |
| 37 | config KS8851_MLL |
| 38 | tristate "Micrel KS8851 MLL" |
| 39 | depends on HAS_IOMEM |
| 40 | select MII |
| 41 | ---help--- |
| 42 | This platform driver is for Micrel KS8851 Address/data bus |
| 43 | multiplexed network chip. |
| 44 | |
| 45 | config KSZ884X_PCI |
| 46 | tristate "Micrel KSZ8841/2 PCI" |
| 47 | depends on PCI |
| 48 | select MII |
| 49 | select CRC32 |
| 50 | ---help--- |
| 51 | This PCI driver is for Micrel KSZ8841/KSZ8842 PCI Ethernet chip. |
| 52 | |
| 53 | To compile this driver as a module, choose M here. The module |
| 54 | will be called ksz884x. |
| 55 | |
| 56 | endif # NET_VENDOR_MICREL |