From: Camelia Groza Date: Wed, 18 Jul 2018 11:46:49 +0000 (+0300) Subject: powerpc/configs/dpaa: enable the Cortina PHY driver X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=24f36ce6166059783436bdaba3f3b8f23a6d2ddd;p=openwrt%2Fstaging%2Fblogic.git powerpc/configs/dpaa: enable the Cortina PHY driver Cortina PHYs are present on T4240RDB and T2080RDB. Enable the driver by default. Signed-off-by: Camelia Groza Signed-off-by: Scott Wood --- diff --git a/arch/powerpc/configs/dpaa.config b/arch/powerpc/configs/dpaa.config index 2fe76f5e938a..4ffacafe4036 100644 --- a/arch/powerpc/configs/dpaa.config +++ b/arch/powerpc/configs/dpaa.config @@ -2,3 +2,4 @@ CONFIG_FSL_DPAA=y CONFIG_FSL_PAMU=y CONFIG_FSL_FMAN=y CONFIG_FSL_DPAA_ETH=y +CONFIG_CORTINA_PHY=y