From dc12daf277d9e94a8acfe8ad875bd38ebca897ba Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Fri, 16 Apr 2021 14:26:08 -0600 Subject: 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. Change-Id: I788d67c242cac23bde9750aa3e95e3276c3f1fd7 Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/c/coreboot/+/52449 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 9106c053c5..fe325e8e5c 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1105,6 +1105,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 -- cgit v1.2.3