From ada95f8c7e7165e799152075df528202093a173a Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Wed, 30 Jun 2021 11:24:33 +0900 Subject: [PATCH] ARM64: defconfig: disable ANDROID_LOGGER config Disable android logger. The android logger has been moved to the kernel module of the linux-tizen-modules package. Change-Id: Ibe761a22bd701b98db50937b369770da443a9041 Signed-off-by: INSUN PYO --- arch/arm64/configs/tizen_tw3_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_tw3_defconfig b/arch/arm64/configs/tizen_tw3_defconfig index 42ac864..3bb10a0 100644 --- a/arch/arm64/configs/tizen_tw3_defconfig +++ b/arch/arm64/configs/tizen_tw3_defconfig @@ -3309,7 +3309,7 @@ CONFIG_STAGING=y # Android # CONFIG_ASHMEM=y -CONFIG_ANDROID_LOGGER=y +# CONFIG_ANDROID_LOGGER is not set # CONFIG_ANDROID_LOW_MEMORY_KILLER is not set CONFIG_ANDROID_INTF_ALARM_DEV=y CONFIG_SUPPORT_ALARM_TIMEZONE_DST=y -- 2.7.4