From aaa73169325f9e4bd5304152d8aaef7cbb21fb37 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Tue, 11 Jan 2022 11:53:39 +0900 Subject: [PATCH] x86: tizen_emul_defconfig: Disable ANDROID_LOGGER configuration Change-Id: I01a321275320688b71be37de529f3ee652565ef0 Signed-off-by: Chanwoo Choi --- arch/x86/configs/tizen_emul_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/configs/tizen_emul_defconfig b/arch/x86/configs/tizen_emul_defconfig index 978af2699088..2e3698e694e9 100644 --- a/arch/x86/configs/tizen_emul_defconfig +++ b/arch/x86/configs/tizen_emul_defconfig @@ -3119,7 +3119,7 @@ CONFIG_STAGING=y # Android # # CONFIG_ASHMEM is not set -CONFIG_ANDROID_LOGGER=y +# CONFIG_ANDROID_LOGGER is not set CONFIG_ANDROID_TIMED_OUTPUT=y # CONFIG_ANDROID_TIMED_GPIO is not set # CONFIG_ANDROID_LOW_MEMORY_KILLER is not set -- 2.34.1