summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2024-09-05 13:18:32 +0530
committerSubrata Banik <subratabanik@google.com>2024-09-07 08:25:54 +0000
commitef386e076849d3e0da41d013d640185e82c00d1a (patch)
tree32989f1de6d74f4c760c3f463896b5084669f867 /src/drivers/intel/fsp2_0
parent9947d545774946f75a432e75ef09aa7805fbb0d4 (diff)
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 <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84220 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/drivers/intel/fsp2_0')
-rw-r--r--src/drivers/intel/fsp2_0/Kconfig7
1 files changed, 7 insertions, 0 deletions
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