From ef386e076849d3e0da41d013d640185e82c00d1a Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 5 Sep 2024 13:18:32 +0530 Subject: drivers/intel/fsp2_0: Consolidate `BUILDING_WITH_DEBUG_FSP` option Move the `BUILDING_WITH_DEBUG_FSP` Kconfig option from SoC-specific files to the FSP2_0 driver Kconfig to avoid duplication. Also slightly improves the option's prompt and help text. TEST=Built and booted google/rex successfully. Change-Id: I5c3dce59c396f6c1665a3ed1b8c1bb5df0f5a8d4 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/84220 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/drivers/intel/fsp2_0/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/drivers/intel/fsp2_0') diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index bbf0710b7f..8e9dcdc4dc 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -533,4 +533,11 @@ config FSP_PUBLISH_MBP_HOB ChromeOS devices typically do not require the MBP information, hence it is disabled by default on ChromeOS. +config BUILDING_WITH_DEBUG_FSP + bool "Use Debug FSP for Build" + default n + help + Enable this option if you are using a debug build of the FSP (Firmware Support Package) + in your project. + endif -- cgit v1.2.3