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:
parent
baa8c7819c
commit
92a7599616
|
@ -4,7 +4,6 @@ CONFIG_FATAL_ASSERTS=y
|
||||||
CONFIG_DEBUG_CBFS=y
|
CONFIG_DEBUG_CBFS=y
|
||||||
CONFIG_DEBUG_PIRQ=y
|
CONFIG_DEBUG_PIRQ=y
|
||||||
CONFIG_DEBUG_MALLOC=y
|
CONFIG_DEBUG_MALLOC=y
|
||||||
CONFIG_DEBUG_ACPI=y
|
|
||||||
CONFIG_TRACE=y
|
CONFIG_TRACE=y
|
||||||
CONFIG_DEBUG_BOOT_STATE=y
|
CONFIG_DEBUG_BOOT_STATE=y
|
||||||
CONFIG_DEBUG_ADA_CODE=y
|
CONFIG_DEBUG_ADA_CODE=y
|
||||||
|
|
|
@ -8,7 +8,6 @@ CONFIG_DEBUG_RAM_SETUP=y
|
||||||
CONFIG_DEBUG_SMBUS=y
|
CONFIG_DEBUG_SMBUS=y
|
||||||
CONFIG_DEBUG_SMI=y
|
CONFIG_DEBUG_SMI=y
|
||||||
CONFIG_DEBUG_MALLOC=y
|
CONFIG_DEBUG_MALLOC=y
|
||||||
CONFIG_DEBUG_ACPI=y
|
|
||||||
CONFIG_DEBUG_BOOT_STATE=y
|
CONFIG_DEBUG_BOOT_STATE=y
|
||||||
CONFIG_DEBUG_ADA_CODE=y
|
CONFIG_DEBUG_ADA_CODE=y
|
||||||
CONFIG_H8_FN_KEY_AS_VBOOT_RECOVERY_SW=y
|
CONFIG_H8_FN_KEY_AS_VBOOT_RECOVERY_SW=y
|
||||||
|
|
|
@ -7,7 +7,6 @@ CONFIG_DEBUG_CBFS=y
|
||||||
CONFIG_DEBUG_SMBUS=y
|
CONFIG_DEBUG_SMBUS=y
|
||||||
CONFIG_DEBUG_SMI=y
|
CONFIG_DEBUG_SMI=y
|
||||||
CONFIG_DEBUG_MALLOC=y
|
CONFIG_DEBUG_MALLOC=y
|
||||||
CONFIG_DEBUG_ACPI=y
|
|
||||||
CONFIG_DEBUG_SPI_FLASH=y
|
CONFIG_DEBUG_SPI_FLASH=y
|
||||||
CONFIG_DEBUG_BOOT_STATE=y
|
CONFIG_DEBUG_BOOT_STATE=y
|
||||||
CONFIG_DEBUG_ADA_CODE=y
|
CONFIG_DEBUG_ADA_CODE=y
|
||||||
|
|
13
src/Kconfig
13
src/Kconfig
|
@ -840,19 +840,6 @@ config DEBUG_MALLOC
|
||||||
|
|
||||||
If unsure, say N.
|
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
|
config DEBUG_CONSOLE_INIT
|
||||||
bool "Debug console initialisation code"
|
bool "Debug console initialisation code"
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue