From 27db0dd79027ee997a67cdf1fca37ea4dafe232b Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 18 Jul 2017 09:47:45 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/20635 Reviewed-by: Subrata Banik Reviewed-by: Paul Menzel Reviewed-by: Lijian Zhao Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index e18d6d05dd..14827cf0d8 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -208,6 +208,7 @@ config VERSTAGE_ADDR config POSTCAR_STAGE def_bool n select NO_CAR_GLOBAL_MIGRATION + select RELOCATABLE_MODULES config VERSTAGE_DEBUG_SPINLOOP bool -- cgit v1.2.3