From 2cc821e7edeafecc57ed9f3be46af4c322d58560 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 2 Oct 2018 20:40:26 -0700 Subject: [PATCH] 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 --- target/linux/sunxi/cortexa7/config-default | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2