summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/config.emulation_qemu_x86_i440fx_debug1
-rw-r--r--configs/config.lenovo_t400_vboot_and_debug1
-rw-r--r--configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi1
-rw-r--r--src/Kconfig13
4 files changed, 0 insertions, 16 deletions
diff --git a/configs/config.emulation_qemu_x86_i440fx_debug b/configs/config.emulation_qemu_x86_i440fx_debug
index ffca28bfb575..011f16356c70 100644
--- a/configs/config.emulation_qemu_x86_i440fx_debug
+++ b/configs/config.emulation_qemu_x86_i440fx_debug
@@ -4,7 +4,6 @@ CONFIG_FATAL_ASSERTS=y
CONFIG_DEBUG_CBFS=y
CONFIG_DEBUG_PIRQ=y
CONFIG_DEBUG_MALLOC=y
-CONFIG_DEBUG_ACPI=y
CONFIG_TRACE=y
CONFIG_DEBUG_BOOT_STATE=y
CONFIG_DEBUG_ADA_CODE=y
diff --git a/configs/config.lenovo_t400_vboot_and_debug b/configs/config.lenovo_t400_vboot_and_debug
index 5a1add67881a..2923f94758b8 100644
--- a/configs/config.lenovo_t400_vboot_and_debug
+++ b/configs/config.lenovo_t400_vboot_and_debug
@@ -8,7 +8,6 @@ CONFIG_DEBUG_RAM_SETUP=y
CONFIG_DEBUG_SMBUS=y
CONFIG_DEBUG_SMI=y
CONFIG_DEBUG_MALLOC=y
-CONFIG_DEBUG_ACPI=y
CONFIG_DEBUG_BOOT_STATE=y
CONFIG_DEBUG_ADA_CODE=y
CONFIG_H8_FN_KEY_AS_VBOOT_RECOVERY_SW=y
diff --git a/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi b/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi
index 1579aa3e1f39..a75d91a32d20 100644
--- a/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi
+++ b/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi
@@ -7,7 +7,6 @@ CONFIG_DEBUG_CBFS=y
CONFIG_DEBUG_SMBUS=y
CONFIG_DEBUG_SMI=y
CONFIG_DEBUG_MALLOC=y
-CONFIG_DEBUG_ACPI=y
CONFIG_DEBUG_SPI_FLASH=y
CONFIG_DEBUG_BOOT_STATE=y
CONFIG_DEBUG_ADA_CODE=y
diff --git a/src/Kconfig b/src/Kconfig
index 793927a484c9..0d56291de421 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