diff options
author | Martin Roth <gaumless@gmail.com> | 2023-10-25 16:15:51 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-10-27 15:39:47 +0000 |
commit | 7a4583a41706896725a00d9555b37e3a9fdea5d2 (patch) | |
tree | 54c3e8e936804d137bfe15e47ee370d6783c03dd /src | |
parent | 926887ced904faeda461b923761bed441cde0acc (diff) |
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 <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78634
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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" |