diff options
author | Frederic LAMBERT <frdrc66@gmail.com> | 2011-12-18 07:33:41 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-19 16:30:40 -0500 |
commit | a8e510f682fe6d7671c11887e07c55f86caaf3c1 (patch) | |
tree | b9c8042e5046fbfd81a596caaed05ba03fc3d467 /drivers/net/phy/Makefile | |
parent | bf684f6512223673aa78b62ea59df8be409c460d (diff) | |
download | talos-obmc-linux-a8e510f682fe6d7671c11887e07c55f86caaf3c1.tar.gz talos-obmc-linux-a8e510f682fe6d7671c11887e07c55f86caaf3c1.zip |
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/Makefile')
-rw-r--r-- | drivers/net/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index 2333215bbb32..e15c83fecbe0 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -23,3 +23,4 @@ obj-$(CONFIG_DP83640_PHY) += dp83640.o obj-$(CONFIG_STE10XP) += ste10Xp.o obj-$(CONFIG_MICREL_PHY) += micrel.o obj-$(CONFIG_MDIO_OCTEON) += mdio-octeon.o +obj-$(CONFIG_MICREL_KS8995MA) += spi_ks8995.o |