From 585786b69614b2dab3baeb09f21c33ecea0e8b45 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 20 Oct 2019 14:32:57 +0200 Subject: drivers/intel/fsp2_0: Hide the Kconfig option to run FSP-M XIP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a property of the FSP, not something the user can decide. Change-Id: I2086e67d39e88215ee0f124583b810f7df072f80 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36170 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner Reviewed-by: Nico Huber --- src/drivers/intel/fsp2_0/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index 3403df99ae..1fd4b0cae1 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -103,7 +103,7 @@ config FSP_CAR Use FSP APIs to initialize & Tear Down the Cache-As-Ram config FSP_M_XIP - bool "Is FSP-M XIP" + bool default n help Select this value when FSP-M is execute-in-place. -- cgit v1.2.3