diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-16 01:24:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-20 11:23:26 -0400 |
commit | 3ba81f3ece3cfa4ffb06d21ac93b8cad7fbe6a73 (patch) | |
tree | 87b339fec60d3a9f3007acc05c9b2eb6bf6dc459 /drivers/net/Kconfig | |
parent | e547bc1eccf539b7403138d8ded913ffd2b7fd0d (diff) |
net: Micrel KS8851 SPI network driver
Network driver for the SPI version of the Micrel KS8851
network chip.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index c155bd3ec9f1..b5a7513df4eb 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1729,6 +1729,12 @@ config KS8842 | |||
1729 | help | 1729 | help |
1730 | This platform driver is for Micrel KSZ8842 chip. | 1730 | This platform driver is for Micrel KSZ8842 chip. |
1731 | 1731 | ||
1732 | config KS8851 | ||
1733 | tristate "Micrel KS8851 SPI" | ||
1734 | depends on SPI | ||
1735 | help | ||
1736 | SPI driver for Micrel KS8851 SPI attached network chip. | ||
1737 | |||
1732 | config VIA_RHINE | 1738 | config VIA_RHINE |
1733 | tristate "VIA Rhine support" | 1739 | tristate "VIA Rhine support" |
1734 | depends on NET_PCI && PCI | 1740 | depends on NET_PCI && PCI |