From 92a75996160e2da57253b693b4e5c3284f437228 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 4 Nov 2019 15:03:31 +0100 Subject: src/Kconfig: Drop unused DEBUG_ACPI Change-Id: I135f3e6ec5e75df03331c0c46edb0be243af2adb Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/36498 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/Kconfig | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src') diff --git a/src/Kconfig b/src/Kconfig index 793927a484..0d56291de4 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -840,19 +840,6 @@ config DEBUG_MALLOC If unsure, say N. -# Only visible if debug level is DEBUG (7) or SPEW (8) as it does additional -# printk(BIOS_DEBUG, ...) calls. -config DEBUG_ACPI - prompt "Output verbose ACPI debug messages" if DEFAULT_CONSOLE_LOGLEVEL_7 || DEFAULT_CONSOLE_LOGLEVEL_8 - bool - default n - help - This option enables additional ACPI related debug messages. - - Note: This option will slightly increase the size of the coreboot image. - - If unsure, say N. - config DEBUG_CONSOLE_INIT bool "Debug console initialisation code" default n -- cgit v1.2.3