diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-10-20 14:32:57 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-06 14:05:34 +0000 |
commit | 585786b69614b2dab3baeb09f21c33ecea0e8b45 (patch) | |
tree | 6961863cdff432593755ec328eda46abd2554b32 /src/drivers/intel/fsp2_0 | |
parent | 08aeda6c14886d39e04382c7fe6d24c4b45c3b0a (diff) | |
download | coreboot-585786b69614b2dab3baeb09f21c33ecea0e8b45.tar.xz |
drivers/intel/fsp2_0: Hide the Kconfig option to run FSP-M XIP
This is a property of the FSP, not something the user can decide.
Change-Id: I2086e67d39e88215ee0f124583b810f7df072f80
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36170
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/drivers/intel/fsp2_0')
-rw-r--r-- | src/drivers/intel/fsp2_0/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |