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 <furquan@google.com>
Reviewed-on: https://chromium-review.googlesource.com/221574
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Commit-Queue: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
Furquan Shaikh 2014-10-04 15:58:23 -07:00 committed by chrome-internal-fetch
commit ef2184e970

View file

@ -13,6 +13,7 @@ config ARCH_RAMSTAGE_ARM64
config ARCH_USE_SECURE_MONITOR
bool
select RELOCATABLE_MODULES
default n
config ARCH_SPINTABLE