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>
This commit is contained in:
parent
0b1ec5ad77
commit
65bec1c996
|
@ -4,6 +4,7 @@ config ARCH_X86
|
|||
bool
|
||||
select PCI
|
||||
select RELOCATABLE_MODULES
|
||||
select HAVE_ASAN_IN_RAMSTAGE
|
||||
|
||||
# stage selectors for x86
|
||||
|
||||
|
|
Loading…
Reference in New Issue