diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-16 05:24:08 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-20 08:23:26 -0700 |
commit | 3ba81f3ece3cfa4ffb06d21ac93b8cad7fbe6a73 (patch) | |
tree | 87b339fec60d3a9f3007acc05c9b2eb6bf6dc459 /drivers/net/Kconfig | |
parent | e547bc1eccf539b7403138d8ded913ffd2b7fd0d (diff) | |
download | talos-op-linux-3ba81f3ece3cfa4ffb06d21ac93b8cad7fbe6a73.tar.gz talos-op-linux-3ba81f3ece3cfa4ffb06d21ac93b8cad7fbe6a73.zip |
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 help This platform driver is for Micrel KSZ8842 chip. +config KS8851 + tristate "Micrel KS8851 SPI" + depends on SPI + help + SPI driver for Micrel KS8851 SPI attached network chip. + config VIA_RHINE tristate "VIA Rhine support" depends on NET_PCI && PCI |