forked from Ivasoft/openwrt
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user