From 0057beab1b46d0573be42df7974712ed21b6eb31 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 8 Dec 2018 16:37:14 +0100 Subject: 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 --- target/linux/sunxi/cortexa8/config-4.14 | 22 ++++++++++++++++++++++ target/linux/sunxi/cortexa8/config-default | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 target/linux/sunxi/cortexa8/config-4.14 delete mode 100644 target/linux/sunxi/cortexa8/config-default (limited to 'target/linux/sunxi/cortexa8') diff --git a/target/linux/sunxi/cortexa8/config-4.14 b/target/linux/sunxi/cortexa8/config-4.14 new file mode 100644 index 0000000000..aab7dec0af --- /dev/null +++ b/target/linux/sunxi/cortexa8/config-4.14 @@ -0,0 +1,22 @@ +# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set +# CONFIG_ARM_ERRATA_643719 is not set +# CONFIG_ARM_LPAE is not set +CONFIG_HARDEN_BRANCH_PREDICTOR=y +# CONFIG_MACH_SUN6I is not set +# CONFIG_MACH_SUN7I is not set +# CONFIG_MACH_SUN8I is not set +# CONFIG_MACH_SUN9I is not set +CONFIG_PGTABLE_LEVELS=2 +# CONFIG_PHYS_ADDR_T_64BIT is not set +# CONFIG_PINCTRL_SUN6I_A31 is not set +# CONFIG_PINCTRL_SUN6I_A31S is not set +# CONFIG_PINCTRL_SUN6I_A31_R is not set +# CONFIG_PINCTRL_SUN7I_A20 is not set +# CONFIG_PINCTRL_SUN8I_A23 is not set +# CONFIG_PINCTRL_SUN8I_A23_R is not set +# CONFIG_PINCTRL_SUN8I_A33 is not set +# CONFIG_PINCTRL_SUN8I_A83T is not set +# CONFIG_PINCTRL_SUN8I_H3 is not set +# CONFIG_PINCTRL_SUN8I_H3_R is not set +# CONFIG_PINCTRL_SUN9I_A80 is not set +# CONFIG_PINCTRL_SUN9I_A80_R is not set diff --git a/target/linux/sunxi/cortexa8/config-default b/target/linux/sunxi/cortexa8/config-default deleted file mode 100644 index aab7dec0af..0000000000 --- a/target/linux/sunxi/cortexa8/config-default +++ /dev/null @@ -1,22 +0,0 @@ -# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set -# CONFIG_ARM_ERRATA_643719 is not set -# CONFIG_ARM_LPAE is not set -CONFIG_HARDEN_BRANCH_PREDICTOR=y -# CONFIG_MACH_SUN6I is not set -# CONFIG_MACH_SUN7I is not set -# CONFIG_MACH_SUN8I is not set -# CONFIG_MACH_SUN9I is not set -CONFIG_PGTABLE_LEVELS=2 -# CONFIG_PHYS_ADDR_T_64BIT is not set -# CONFIG_PINCTRL_SUN6I_A31 is not set -# CONFIG_PINCTRL_SUN6I_A31S is not set -# CONFIG_PINCTRL_SUN6I_A31_R is not set -# CONFIG_PINCTRL_SUN7I_A20 is not set -# CONFIG_PINCTRL_SUN8I_A23 is not set -# CONFIG_PINCTRL_SUN8I_A23_R is not set -# CONFIG_PINCTRL_SUN8I_A33 is not set -# CONFIG_PINCTRL_SUN8I_A83T is not set -# CONFIG_PINCTRL_SUN8I_H3 is not set -# CONFIG_PINCTRL_SUN8I_H3_R is not set -# CONFIG_PINCTRL_SUN9I_A80 is not set -# CONFIG_PINCTRL_SUN9I_A80_R is not set -- cgit v1.2.3