diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-12-10 18:42:44 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-22 22:51:02 +0100 |
commit | ad2b3bf310f7642bd9b5f30c6c7c17a343749f46 (patch) | |
tree | 00ac533efa23cb6d047acc8f6171c683de3a1737 /target/linux/sunxi/cortexa7 | |
parent | dda475ca307581132593d29ee2796efb645975c7 (diff) | |
download | upstream-ad2b3bf310f7642bd9b5f30c6c7c17a343749f46.tar.gz upstream-ad2b3bf310f7642bd9b5f30c6c7c17a343749f46.tar.bz2 upstream-ad2b3bf310f7642bd9b5f30c6c7c17a343749f46.zip |
sunxi: Add support for kernel 4.14
This is based on the code for kernel 4.9, but a lot of 4.9 patches are
backports from more recent kernel version and can be removed now.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/sunxi/cortexa7')
-rw-r--r-- | target/linux/sunxi/cortexa7/config-default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/sunxi/cortexa7/config-default b/target/linux/sunxi/cortexa7/config-default index fe974c1033..cf41ddb4e6 100644 --- a/target/linux/sunxi/cortexa7/config-default +++ b/target/linux/sunxi/cortexa7/config-default @@ -5,3 +5,6 @@ CONFIG_DWMAC_SUN8I=y # CONFIG_PINCTRL_SUN4I_A10 is not set # CONFIG_PINCTRL_SUN5I_A10S is not set # 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 |