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]> --- drivers/net/ethernet/ti/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig index f6a7109..631e0af 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--- -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

