diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-10-20 14:29:59 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-11-05 09:49:08 +0000 |
commit | acc88f8e66c4bee9397347f57a5553bbacbc2377 (patch) | |
tree | 45f27209f61bc49329211cc050fb693c25a4d2cb | |
parent | 127b820d243523fceefb4c5470a5050aa3666dfd (diff) |
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>
-rw-r--r-- | src/drivers/intel/fsp2_0/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
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 |