diff options
author | Frederic LAMBERT <frdrc66@gmail.com> | 2011-12-18 02:33:41 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-19 16:30:40 -0500 |
commit | a8e510f682fe6d7671c11887e07c55f86caaf3c1 (patch) | |
tree | b9c8042e5046fbfd81a596caaed05ba03fc3d467 /drivers/net/phy/Kconfig | |
parent | bf684f6512223673aa78b62ea59df8be409c460d (diff) |
phy: Micrel KS8995MA 5-ports 10/100 managed Ethernet switch support added
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Frederic Lambert <frdrc66@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index a70244306c94..fbdcdf83cbfd 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -131,3 +131,7 @@ config MDIO_OCTEON | |||
131 | If in doubt, say Y. | 131 | If in doubt, say Y. |
132 | 132 | ||
133 | endif # PHYLIB | 133 | endif # PHYLIB |
134 | |||
135 | config MICREL_KS8995MA | ||
136 | tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch" | ||
137 | depends on SPI | ||