projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e0e0d
)
net: netcp: select davinci_mdio driver by default
author
Karicheri, Muralidharan
<
[email protected]
>
Fri, 20 Mar 2015 20:11:23 +0000
(16:11 -0400)
committer
David S. Miller
<
[email protected]
>
Sat, 21 Mar 2015 02:03:09 +0000
(22:03 -0400)
Keystone netcp driver re-uses davinci mdio driver. So enable it
by default for keystone netcp driver.
Signed-off-by: Murali Karicheri <
[email protected]
>
Signed-off-by: WingMan Kwok <
[email protected]
>
CC: "David S. Miller" <
[email protected]
>
CC: Mugunthan V N <
[email protected]
>
CC: "Lad, Prabhakar" <
[email protected]
>
CC: Grygorii Strashko <
[email protected]
>
CC: Christoph Jaeger <
[email protected]
>
CC: Lokesh Vutla <
[email protected]
>
CC: Markus Pargmann <
[email protected]
>
CC: Kumar Gala <
[email protected]
>
CC: Ian Campbell <
[email protected]
>
CC: Mark Rutland <
[email protected]
>
CC: Pawel Moll <
[email protected]
>
CC: Rob Herring <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/ti/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/ti/Kconfig
b/drivers/net/ethernet/ti/Kconfig
index f6a71092e1359ea095aad0aeca093065080ceb5c..631e0afd07d2a2dcfa5b7238d988fb05b12b4850 100644
(file)
--- a/
drivers/net/ethernet/ti/Kconfig
+++ b/
drivers/net/ethernet/ti/Kconfig
@@
-88,6
+88,7
@@
config TI_CPTS
config TI_KEYSTONE_NETCP
tristate "TI Keystone NETCP Core Support"
select TI_CPSW_ALE
+ select TI_DAVINCI_MDIO
depends on OF
depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
---help---