arch/x86: select RELOCATABLE_MODULES when POSTCAR is selected

The postcar relies on the relocatable modules support. Specifically
select that dependency.

Change-Id: If19c39c3f153cd5a526fdad6fe09b8c309ef024f
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/20635
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Aaron Durbin 2017-07-18 09:47:45 -06:00
parent a959a1456b
commit 27db0dd790
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ config VERSTAGE_ADDR
config POSTCAR_STAGE config POSTCAR_STAGE
def_bool n def_bool n
select NO_CAR_GLOBAL_MIGRATION select NO_CAR_GLOBAL_MIGRATION
select RELOCATABLE_MODULES
config VERSTAGE_DEBUG_SPINLOOP config VERSTAGE_DEBUG_SPINLOOP
bool bool