aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorDavid J. Choi <david.choi@micrel.com>2010-07-13 13:09:19 -0400
committerDavid S. Miller <davem@davemloft.net>2010-07-13 13:13:49 -0400
commit28bd620c7a1244e59459d6293ca11f162e0a67b9 (patch)
treea0ff06027d762346eb81aae4a835c56df0938133 /drivers/net/Kconfig
parent242647bcf8464860f173f3d4d4ab3490d3558518 (diff)
drivers/net: Add Micrel KS8841/42 support to ks8842 driver
Body of the explanation: -support 16bit and 32bit bus width. -add device reset for ks8842/8841 Micrel device. -set 100Mbps as a default for Micrel device. -set MAC address in both MAC/Switch layer with different sequence for Micrel device, as mentioned in data sheet. -use private data to set options both 16/32bit bus width and Micrel device/ Timberdale(FPGA). -update Kconfig in order to put more information about ks8842 device. Signed-off-by: David J. Choi <david.choi@micrel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f65857e88ec..88294762f9e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1750,11 +1750,12 @@ config TLAN
1750 Please email feedback to <torben.mathiasen@compaq.com>. 1750 Please email feedback to <torben.mathiasen@compaq.com>.
1751 1751
1752config KS8842 1752config KS8842
1753 tristate "Micrel KSZ8842" 1753 tristate "Micrel KSZ8841/42 with generic bus interface"
1754 depends on HAS_IOMEM 1754 depends on HAS_IOMEM
1755 help 1755 help
1756 This platform driver is for Micrel KSZ8842 / KS8842 1756 This platform driver is for KSZ8841(1-port) / KS8842(2-port)
1757 2-port ethernet switch chip (managed, VLAN, QoS). 1757 ethernet switch chip (managed, VLAN, QoS) from Micrel or
1758 Timberdale(FPGA).
1758 1759
1759config KS8851 1760config KS8851
1760 tristate "Micrel KS8851 SPI" 1761 tristate "Micrel KS8851 SPI"