diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2018-01-02 18:53:04 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2018-01-02 21:55:46 +0200 |
commit | 8b35da1552e844a47706aa3cde5115f0561a6492 (patch) | |
tree | 7f9af82d913584006e46dc4960b40c1d5e235699 /target/linux/sunxi | |
parent | a367645f23d2ed93ea29c7237fa1b2d6c3ded7e4 (diff) | |
download | upstream-8b35da1552e844a47706aa3cde5115f0561a6492.tar.gz upstream-8b35da1552e844a47706aa3cde5115f0561a6492.tar.bz2 upstream-8b35da1552e844a47706aa3cde5115f0561a6492.zip |
kernel: move CONFIG_KASAN to generic config
While bumping 4.14, the kernel build failed due to missing CONFIG_KASAN
symbol. Move it to generic config instead of defining it for all arm64
and x86/64 targets.
It was only added in 4.0, so not needed in config-3.18.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/cortexa53/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/sunxi/cortexa53/config-default b/target/linux/sunxi/cortexa53/config-default index 527a6f6979..bb94574da7 100644 --- a/target/linux/sunxi/cortexa53/config-default +++ b/target/linux/sunxi/cortexa53/config-default @@ -61,7 +61,6 @@ CONFIG_HAVE_KVM_MSI=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_HAVE_PATA_PLATFORM=y CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 -# CONFIG_KASAN is not set CONFIG_KERNEL_MODE_NEON=y CONFIG_KVM_ARM_PMU=y CONFIG_KVM_ARM_VGIC_V3_ITS=y |