summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorHarshit Sharma <harshitsharmajs@gmail.com>2020-08-05 22:25:27 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-08-21 07:44:19 +0000
commit65bec1c996269faa8a7684802638da55381308fd (patch)
tree15e0bff5abdb734aa50a8660c978825bf8a05801 /src/arch
parent0b1ec5ad77f5c75b233bf2b522b16c63bf1c776b (diff)
downloadcoreboot-65bec1c996269faa8a7684802638da55381308fd.tar.xz
arch/x86: Select HAVE_ASAN_IN_RAMSTAGE
Enable ASan in ramstage if ASAN is selected in menuconfig for an x86 platform. Change-Id: Id5b3dc18368a5da6bdc70c84527b95d1688dc19f Signed-off-by: Harshit Sharma <harshitsharmajs@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44259 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 660ff2d4d2..d906436a8c 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -4,6 +4,7 @@ config ARCH_X86
bool
select PCI
select RELOCATABLE_MODULES
+ select HAVE_ASAN_IN_RAMSTAGE
# stage selectors for x86