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 <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36169 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
127b820d24
commit
acc88f8e66
|
@ -123,8 +123,7 @@ config FSP_S_FILE
|
||||||
The path and filename of the Intel FSP-S binary for this platform.
|
The path and filename of the Intel FSP-S binary for this platform.
|
||||||
|
|
||||||
config FSP_CAR
|
config FSP_CAR
|
||||||
bool "Use FSP TempRamInit & TempRamExit APIs"
|
bool
|
||||||
depends on ADD_FSP_BINARIES
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Use FSP APIs to initialize & Tear Down the Cache-As-Ram
|
Use FSP APIs to initialize & Tear Down the Cache-As-Ram
|
||||||
|
|
Loading…
Reference in New Issue