From acc88f8e66c4bee9397347f57a5553bbacbc2377 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 20 Oct 2019 14:29:59 +0200 Subject: drivers/intel/fsp2_0: Hide CONFIG_FSP_CAR CONFIG_FSP_CAR should not be a user visible option, but depends on the choice presented in the soc Kconfig. This also removes the dependencies on ADD_FSP_BINARIES. You need to included those for other stages too so there is no need to make this requirement explicit for FSP-T. Change-Id: Ida32e9c4f5839aef4d4deb7a1c7fabe6335a5d2a Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36169 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/drivers/intel/fsp2_0/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/drivers/intel') diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index 765d6435f7..b434a514a4 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -123,8 +123,7 @@ config FSP_S_FILE The path and filename of the Intel FSP-S binary for this platform. config FSP_CAR - bool "Use FSP TempRamInit & TempRamExit APIs" - depends on ADD_FSP_BINARIES + bool default n help Use FSP APIs to initialize & Tear Down the Cache-As-Ram -- cgit v1.2.3