From 31c2f618de30a5584ee06889dcd3756a9927db22 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Fri, 14 Feb 2020 00:56:37 +0100 Subject: [PATCH] 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 Signed-off-by: Alexander Potapenko --- arch/arm64/configs/gki_defconfig | 1 - arch/x86/configs/gki_defconfig | 1 - 2 files changed, 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