diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-11-04 15:03:31 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-05 14:58:11 +0000 |
commit | 92a75996160e2da57253b693b4e5c3284f437228 (patch) | |
tree | 2c24090b82145a1bedce144d27c85dec27f87670 /configs | |
parent | baa8c7819cdaa21feb04f3144e3914bcaa99bf9b (diff) | |
download | coreboot-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 'configs')
-rw-r--r-- | configs/config.emulation_qemu_x86_i440fx_debug | 1 | ||||
-rw-r--r-- | configs/config.lenovo_t400_vboot_and_debug | 1 | ||||
-rw-r--r-- | configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/config.emulation_qemu_x86_i440fx_debug b/configs/config.emulation_qemu_x86_i440fx_debug index ffca28bfb5..011f16356c 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 5a1add6788..2923f94758 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 1579aa3e1f..a75d91a32d 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 |