Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/27142
Change subject: soc/intel: Remove the user selectable FSP_CAR option ......................................................................
soc/intel: Remove the user selectable FSP_CAR option
This is always selected by other Kconfig options so don't make it an option.
Change-Id: I85d46fdb41e4bac478009eeb2fa3853de7e67205 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/drivers/intel/fsp2_0/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/27142/1
diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index f149544..aa9e476 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -85,7 +85,7 @@ The path and filename of the Intel FSP-S binary for this platform.
config FSP_CAR - bool "Use FSP TempRamInit & TempRamExit APIs" + bool depends on ADD_FSP_BINARIES default n help