ANDROID: gki_defconfig: enable CONFIG_DEBUG_LIST

For lots of good security reasons, this config option needs to be
enabled

Bug: 152470236
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I96a88bbee9c4d17be97ed63262dbab2ef31fee79
This commit is contained in:
Greg Kroah-Hartman
2020-03-27 12:12:50 +01:00
parent e515d966ce
commit ab789e8750
2 changed files with 2 additions and 0 deletions

View File

@@ -490,6 +490,7 @@ CONFIG_SOFTLOCKUP_DETECTOR=y
# CONFIG_DETECT_HUNG_TASK is not set
CONFIG_SCHEDSTATS=y
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_DEBUG_LIST=y
CONFIG_CORESIGHT=y
CONFIG_CORESIGHT_STM=y
# CONFIG_RUNTIME_TESTING_MENU is not set

View File

@@ -430,3 +430,4 @@ CONFIG_PANIC_TIMEOUT=5
CONFIG_SOFTLOCKUP_DETECTOR=y
# CONFIG_DETECT_HUNG_TASK is not set
CONFIG_SCHEDSTATS=y
CONFIG_DEBUG_LIST=y