diff options
author | Richard Röjfors <richard.rojfors.ext@mocean-labs.com> | 2009-06-03 23:35:55 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-08 03:20:20 -0400 |
commit | b07878e5471a8c880cb3cffee3a73048f38d2001 (patch) | |
tree | 7c27c277265c436a51d9c7a614336902ee3737c2 /drivers/net/Kconfig | |
parent | 5ff8dda3035d95df5bf6979136eb82b0e301726b (diff) |
netdev: Added KS8842 driver
This is a driver for the Micrel KS8842 ethernet switch.
The supplied code is for driving the KS8842 through the Timberdale FPGA
on the Russellville board, a development board for Intel Atom CPU
in the automotive area.
Signed-off-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index f19018de9814..18c29a850a85 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1723,6 +1723,11 @@ config TLAN | |||
1723 | 1723 | ||
1724 | Please email feedback to <torben.mathiasen@compaq.com>. | 1724 | Please email feedback to <torben.mathiasen@compaq.com>. |
1725 | 1725 | ||
1726 | config KS8842 | ||
1727 | tristate "Micrel KSZ8842" | ||
1728 | help | ||
1729 | This platform driver is for Micrel KSZ8842 chip. | ||
1730 | |||
1726 | config VIA_RHINE | 1731 | config VIA_RHINE |
1727 | tristate "VIA Rhine support" | 1732 | tristate "VIA Rhine support" |
1728 | depends on NET_PCI && PCI | 1733 | depends on NET_PCI && PCI |