diff options
author | Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl> | 2020-03-09 22:57:31 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-16 22:21:45 +0100 |
commit | af408b9798d645d9ed14037ec73a50293ba24268 (patch) | |
tree | e60e59676ab083527a23495bef8e30fd793005b5 /target/linux/sunxi/cortexa8 | |
parent | 9883d5d0843027042294a30b54b69b6d84d5f19d (diff) |
kernel: move disabled symbols into generic kconfig
Move some disabled kconfig options found in sunxi kconfig into generic.
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
Diffstat (limited to 'target/linux/sunxi/cortexa8')
-rw-r--r-- | target/linux/sunxi/cortexa8/config-5.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/sunxi/cortexa8/config-5.4 b/target/linux/sunxi/cortexa8/config-5.4 index 63833d858e..c5ba821668 100644 --- a/target/linux/sunxi/cortexa8/config-5.4 +++ b/target/linux/sunxi/cortexa8/config-5.4 @@ -1,5 +1,4 @@ # CONFIG_ARM_ERRATA_643719 is not set -# CONFIG_ARM_LPAE is not set # CONFIG_MACH_SUN6I is not set # CONFIG_MACH_SUN7I is not set # CONFIG_MACH_SUN8I is not set |