From: Florian Fainelli Date: Wed, 3 Oct 2018 03:40:26 +0000 (-0700) Subject: sunxi: Turn on CONFIG_SUN4I_A10_CCU for A20 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fluka.git;a=commitdiff_plain;h=2cc821e7edeafecc57ed9f3be46af4c322d58560 sunxi: Turn on CONFIG_SUN4I_A10_CCU for A20 CONFIG_SUN4I_A10_CCU controls both the A10 and the A20 enabling of the CCU (LCCF) driver, this will be necessary once we move beyond kernel 4.14 because 4.15 has commit f18698e1c66338b902de386e4ad97b8b1b9d999d ("ARM: dts: sun7i: Convert to CCU") which requires this driver. Fixes: ad2b3bf310f7 ("sunxi: Add support for kernel 4.14") Signed-off-by: Florian Fainelli --- diff --git a/target/linux/sunxi/cortexa7/config-default b/target/linux/sunxi/cortexa7/config-default index cf41ddb4e6..a5b3ae0dcd 100644 --- a/target/linux/sunxi/cortexa7/config-default +++ b/target/linux/sunxi/cortexa7/config-default @@ -7,4 +7,3 @@ CONFIG_DWMAC_SUN8I=y # CONFIG_PINCTRL_SUN5I_A13 is not set CONFIG_MDIO_BUS_MUX=y # CONFIG_PINCTRL_SUN5I is not set -# CONFIG_SUN4I_A10_CCU is not set