diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-08 16:37:14 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-13 17:20:07 +0100 |
commit | 0057beab1b46d0573be42df7974712ed21b6eb31 (patch) | |
tree | 579b2427dd5d91dac980bbbe7835c46f097e4f6e /target/linux/sunxi/cortexa7/config-default | |
parent | 48f81ee1d00f754a8e560c6b6b0a8f0e20a6801a (diff) | |
download | upstream-0057beab1b46d0573be42df7974712ed21b6eb31.tar.gz upstream-0057beab1b46d0573be42df7974712ed21b6eb31.tar.bz2 upstream-0057beab1b46d0573be42df7974712ed21b6eb31.zip |
sunxi: Use kernel specific sub target configuration
To make it easier to support multiple kernel versions in parallel also
copy the sub target specific kernel configurations into kernel specific
files.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/sunxi/cortexa7/config-default')
-rw-r--r-- | target/linux/sunxi/cortexa7/config-default | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/sunxi/cortexa7/config-default b/target/linux/sunxi/cortexa7/config-default deleted file mode 100644 index ee8873e081..0000000000 --- a/target/linux/sunxi/cortexa7/config-default +++ /dev/null @@ -1,10 +0,0 @@ -CONFIG_DWMAC_SUN8I=y -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_SUN5I_A10S is not set -# CONFIG_PINCTRL_SUN5I_A13 is not set -CONFIG_MDIO_BUS_MUX=y -# CONFIG_PINCTRL_SUN5I is not set |