ANDROID: remove CONFIG_DEBUG_INFO from gki_defconfig files

As of commit f9b3cd2457 ("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:
Greg Kroah-Hartman 2022-04-05 09:14:49 +02:00
parent 1556a8754f
commit fb1e5deaa1
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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