src/Kconfig: Drop unused DEBUG_ACPI
Change-Id: I135f3e6ec5e75df03331c0c46edb0be243af2adb Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36498 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
baa8c7819c
commit
92a7599616
13
src/Kconfig
13
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
|
||||
|
Reference in New Issue
Block a user