mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
ANDROID: remove CONFIG_DEBUG_INFO from gki_defconfig files
As of commitf9b3cd2457("Kconfig.debug: make DEBUG_INFO selectable from a choice"), CONFIG_DEBUG_INFO is selected if any of the other DEBUG_INFO options is selected, so there is no need to have it explicitly called out in the gki_defconfig files (as savedefconfig will not contain it.) So remove it from the files, which fixes the build issues due to this change. Fixes:f9b3cd2457("Kconfig.debug: make DEBUG_INFO selectable from a choice") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I663080c06c00c340f8b2ca544208f612b6aaad67
This commit is contained in:
parent
1556a8754f
commit
fb1e5deaa1
|
|
@ -646,7 +646,6 @@ CONFIG_STACK_HASH_ORDER=12
|
|||
CONFIG_PRINTK_TIME=y
|
||||
CONFIG_PRINTK_CALLER=y
|
||||
CONFIG_DYNAMIC_DEBUG_CORE=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
CONFIG_HEADERS_INSTALL=y
|
||||
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
|
||||
|
|
|
|||
|
|
@ -589,7 +589,6 @@ CONFIG_DMA_CMA=y
|
|||
CONFIG_STACK_HASH_ORDER=12
|
||||
CONFIG_PRINTK_TIME=y
|
||||
CONFIG_DYNAMIC_DEBUG_CORE=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
CONFIG_HEADERS_INSTALL=y
|
||||
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user