From ef2184e97032ff9c487966825787f8d5325ce85b Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Sat, 4 Oct 2014 15:58:23 -0700 Subject: [PATCH] arm64: Select RELOCATABLE_MODULES by default for secmon If secure monitor is used, rmodules support should be compiled in as well. BUG=None BRANCH=None TEST=Compiles and boots to kernel prompt Change-Id: Id1e33fd500d52cfa03a946bf7dd85e6a90f3360e Signed-off-by: Furquan Shaikh Reviewed-on: https://chromium-review.googlesource.com/221574 Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin Commit-Queue: Furquan Shaikh --- src/arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arch/arm64/Kconfig b/src/arch/arm64/Kconfig index 8276b366cc..6333e0c68b 100644 --- a/src/arch/arm64/Kconfig +++ b/src/arch/arm64/Kconfig @@ -13,6 +13,7 @@ config ARCH_RAMSTAGE_ARM64 config ARCH_USE_SECURE_MONITOR bool + select RELOCATABLE_MODULES default n config ARCH_SPINTABLE