diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-01-03 14:58:58 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-05 13:09:17 +0100 |
commit | 3c110320398b0a19566b36f83643f33b40d4b5eb (patch) | |
tree | 8743c08ea6bf71b462a856d5bb3e2b776d59e196 /target | |
parent | 3fc47dd4434eff818e6f668c62acd211cb23e47e (diff) | |
download | upstream-3c110320398b0a19566b36f83643f33b40d4b5eb.tar.gz upstream-3c110320398b0a19566b36f83643f33b40d4b5eb.tar.bz2 upstream-3c110320398b0a19566b36f83643f33b40d4b5eb.zip |
sunxi: Turn on CONFIG_PINCTRL_SUN4I_A10 for A20
CONFIG_PINCTRL_SUN4I_A10 controls both the A10 and the A20 enablong of
the pinctrl driver, this is necessary since upstream commit
5d8d349618a9464714c07414c5888bfd9416638f ("pinctrl: sunxi: add A20
support to A10 driver") which has been included in v4.13 and onwards.
Fixes: ad2b3bf310f7 ("sunxi: Add support for kernel 4.14")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
(cherry picked from commit 32e4eaef1b4c2a7fa44787813fdf715b2ba500d9)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/sunxi/cortexa7/config-4.14 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/cortexa7/config-4.14 b/target/linux/sunxi/cortexa7/config-4.14 index ee8873e081..f0b6a7a861 100644 --- a/target/linux/sunxi/cortexa7/config-4.14 +++ b/target/linux/sunxi/cortexa7/config-4.14 @@ -3,7 +3,7 @@ CONFIG_HARDEN_BRANCH_PREDICTOR=y # CONFIG_MACH_SUN4I is not set # CONFIG_MACH_SUN5I is not set # CONFIG_PINCTRL_GR8 is not set -# CONFIG_PINCTRL_SUN4I_A10 is not set +CONFIG_PINCTRL_SUN4I_A10=y # CONFIG_PINCTRL_SUN5I_A10S is not set # CONFIG_PINCTRL_SUN5I_A13 is not set CONFIG_MDIO_BUS_MUX=y |