summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-11-04 15:03:31 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-05 14:58:11 +0000
commit92a75996160e2da57253b693b4e5c3284f437228 (patch)
tree2c24090b82145a1bedce144d27c85dec27f87670 /src/Kconfig
parentbaa8c7819cdaa21feb04f3144e3914bcaa99bf9b (diff)
downloadcoreboot-92a75996160e2da57253b693b4e5c3284f437228.tar.xz
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>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig13
1 files changed, 0 insertions, 13 deletions
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