diff options
author | Karicheri, Muralidharan <[email protected]> | 2015-03-20 16:11:23 -0400 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-03-20 22:03:09 -0400 |
commit | f49ae1492962ed3618ef57db7ce07c671e314632 (patch) | |
tree | c29b9def3c407d029852a14dd5c9f9002901369a | |
parent | 21e0e0ddda5be2905ca163cab2da5bb1880a790c (diff) |
net: netcp: select davinci_mdio driver by default
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]>
-rw-r--r-- | drivers/net/ethernet/ti/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig index f6a71092e135..631e0afd07d2 100644 --- 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--- |