summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-10-20 14:20:53 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-11-06 14:01:48 +0000
commit71bd7e439fed00c73712be4f9522f412e3ab8559 (patch)
treef38e8a93394ed1e1b641354c30a5e63f964e82b7 /src/Kconfig
parentaae81906b940c84b53944ec48d08074d8a0d153d (diff)
downloadcoreboot-71bd7e439fed00c73712be4f9522f412e3ab8559.tar.xz
drivers/intel/fsp2_0: Move Debug options to "Debugging"
Change-Id: I8e07c8186baf3d8e91b77c5afb731d26a1abfbaf Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36165 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 2b5f05ed1b..4002d43cee 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -740,6 +740,9 @@ menu "Debugging"
comment "CPU Debug Settings"
source "src/cpu/*/Kconfig.debug_cpu"
+comment "BLOB Debug Settings"
+source "src/drivers/intel/fsp*/Kconfig.debug_blob"
+
comment "General Debug Settings"
# TODO: Better help text and detailed instructions.