aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorCyril Chemparathy <cyril@ti.com>2010-09-15 10:11:21 -0400
committerKevin Hilman <khilman@deeprootsystems.com>2010-09-24 07:40:29 -0700
commitf20136eb03a1dbdfb04f3c62fd11c0d02d02b726 (patch)
tree69c5ffafd16d723dc365f4bec5454cdce8b36f84 /drivers/net/Makefile
parent8774882394190fe52d1df449b1e1c6cff9c3088c (diff)
downloadkernel_samsung_smdk4412-f20136eb03a1dbdfb04f3c62fd11c0d02d02b726.zip
kernel_samsung_smdk4412-f20136eb03a1dbdfb04f3c62fd11c0d02d02b726.tar.gz
kernel_samsung_smdk4412-f20136eb03a1dbdfb04f3c62fd11c0d02d02b726.tar.bz2
net: davinci_emac: separate out davinci mdio
Davinci's MDIO controller is present on other TI devices, without an accompanying EMAC. For example, on tnetv107x, the same MDIO module is used in conjunction with a 3-port switch hardware. By separating the MDIO controller code into its own platform driver, this patch allows common logic to be reused on such platforms. Signed-off-by: Cyril Chemparathy <cyril@ti.com> Tested-by: Michael Williamson <michael.williamson@criticallink.com> Tested-by: Caglar Akyuz <caglarakyuz@gmail.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 3e8f150..d38a7ab 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_MDIO) += mdio.o
obj-$(CONFIG_PHYLIB) += phy/
obj-$(CONFIG_TI_DAVINCI_EMAC) += davinci_emac.o
+obj-$(CONFIG_TI_DAVINCI_MDIO) += davinci_mdio.o
obj-$(CONFIG_E1000) += e1000/
obj-$(CONFIG_E1000E) += e1000e/