summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorMarc Jones <marcjones@sysproconsulting.com>2021-04-16 14:26:08 -0600
committerWerner Zeh <werner.zeh@siemens.com>2021-06-16 04:21:06 +0000
commit1d3fbda9ee6551f2453abfb88ba79d30e50d6249 (patch)
treea288957573750bdc269792c1685a1d41d95dcf1e /src/Kconfig
parent3ec21b07fb9cb27f76ce515d265d7f73d66ba08a (diff)
downloadcoreboot-1d3fbda9ee6551f2453abfb88ba79d30e50d6249.tar.gz
coreboot-1d3fbda9ee6551f2453abfb88ba79d30e50d6249.tar.bz2
coreboot-1d3fbda9ee6551f2453abfb88ba79d30e50d6249.zip
src/drivers/ipmi: Add DEBUG_IPMI option
IPMI debug was extra spewy, so add a debug option as SPI and other drivers have when they need to be debugged. Original-Signed-off-by: Marc Jones <marcjones@sysproconsulting.com> Original-Reviewed-on: https://review.coreboot.org/c/coreboot/+/52449 Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Original-Reviewed-by: Angel Pons <th3fanbus@gmail.com> (cherry picked from commit dc12daf277d9e94a8acfe8ad875bd38ebca897ba) Change-Id: If586b5feea74de0e6ed677af18e61dedf1216939 Signed-off-by: Marc Jones <marcjones@sysproconsulting.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54878 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index c0315239fc78..43b92a0130a9 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1031,6 +1031,13 @@ config DEBUG_SPI_FLASH
help
This option enables additional SPI flash related debug messages.
+config DEBUG_IPMI
+ bool "Output verbose IPMI debug messages"
+ default n
+ depends on IPMI_KCS
+ help
+ This option enables additional IPMI related debug messages.
+
if SOUTHBRIDGE_INTEL_BD82X6X && DEFAULT_CONSOLE_LOGLEVEL_8
# Only visible with the right southbridge and loglevel.
config DEBUG_INTEL_ME