diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2018-10-02 20:40:26 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2018-10-02 20:54:01 -0700 |
commit | 2cc821e7edeafecc57ed9f3be46af4c322d58560 (patch) | |
tree | 7ad82ba63db82b79164505d415bb655d2f853d03 /target/linux | |
parent | 885052fbfb0ea5ee49e6abc6878ae99ee011688b (diff) | |
download | upstream-2cc821e7edeafecc57ed9f3be46af4c322d58560.tar.gz upstream-2cc821e7edeafecc57ed9f3be46af4c322d58560.tar.bz2 upstream-2cc821e7edeafecc57ed9f3be46af4c322d58560.zip |
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 <f.fainelli@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/sunxi/cortexa7/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
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 |