summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2020-02-14 00:56:37 +0100
committerAlistair Delva <adelva@google.com>2020-02-13 19:54:26 -0800
commit31c2f618de30a5584ee06889dcd3756a9927db22 (patch)
tree1106d90abaf50012511bda5743378e339f76c3c0
parent9b9996b6ee00a053234d82a0a32360439b6a190a (diff)
ANDROID: gki_defconfig: enable CONFIG_RUNTIME_TESTING_MENU
Certain runtime tests depend on this config, so enable it in gki_defconfig, so that config fragments can enable runtime tests. This change should not have ABI impact. Bug: 144999193 Change-Id: I6686ce299af189f63658b70b9973bb4ac1b6011c Suggested-by: Alistair Delva <adelva@google.com> Signed-off-by: Alexander Potapenko <glider@google.com>
-rw-r--r--arch/arm64/configs/gki_defconfig1
-rw-r--r--arch/x86/configs/gki_defconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig
index e6f53567bc17..1f55dc812926 100644
--- a/arch/arm64/configs/gki_defconfig
+++ b/arch/arm64/configs/gki_defconfig
@@ -473,6 +473,5 @@ CONFIG_SOFTLOCKUP_DETECTOR=y
# CONFIG_DETECT_HUNG_TASK is not set
CONFIG_PANIC_TIMEOUT=5
CONFIG_SCHEDSTATS=y
-# CONFIG_RUNTIME_TESTING_MENU is not set
CONFIG_CORESIGHT=y
CONFIG_CORESIGHT_STM=y
diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig
index 1aa5a178bcf5..3814d8e40c44 100644
--- a/arch/x86/configs/gki_defconfig
+++ b/arch/x86/configs/gki_defconfig
@@ -413,5 +413,4 @@ CONFIG_SOFTLOCKUP_DETECTOR=y
# CONFIG_DETECT_HUNG_TASK is not set
CONFIG_PANIC_TIMEOUT=5
CONFIG_SCHEDSTATS=y
-# CONFIG_RUNTIME_TESTING_MENU is not set
CONFIG_UNWINDER_FRAME_POINTER=y