From 7a4583a41706896725a00d9555b37e3a9fdea5d2 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 25 Oct 2023 16:15:51 -0600 Subject: Kconfig: Add vendorcode debug This includes Kconfig.debug files under vendorcode into the debugging menu. Currently it's being added to pull vc/amd/opensil/Kconfig.debug in. Change-Id: Ie7c8235354ea5a0b156dcbb147d35c157fbd14da Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/78634 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Kconfig b/src/Kconfig index ae8024089e..4b60c4beed 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1000,6 +1000,9 @@ menu "Debugging" comment "CPU Debug Settings" source "src/cpu/*/Kconfig.debug_cpu" +comment "Vendorcode Debug Settings" + source "src/vendorcode/*/*/Kconfig.debug" + comment "BLOB Debug Settings" source "src/drivers/intel/fsp*/Kconfig.debug_blob" -- cgit v1.2.3