diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2022-01-11 11:53:39 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2022-01-11 02:33:32 +0000 |
commit | 0e41324f0536fa94ff391eca9f0f443d28a775a9 (patch) | |
tree | 1b15d62bebdd7ef4cde75c06c4c4a62ab9045826 | |
parent | 2568e064a608e4546811003b4030563b040c08cf (diff) | |
download | emulator-kernel-0e41324f0536fa94ff391eca9f0f443d28a775a9.tar.gz emulator-kernel-0e41324f0536fa94ff391eca9f0f443d28a775a9.tar.bz2 emulator-kernel-0e41324f0536fa94ff391eca9f0f443d28a775a9.zip |
x86: tizen_emul_defconfig: Disable ANDROID_LOGGER configuration
Change-Id: I01a321275320688b71be37de529f3ee652565ef0
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | arch/x86/configs/tizen_emul_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/configs/tizen_emul_defconfig b/arch/x86/configs/tizen_emul_defconfig index 763b04d16f87..18662751e376 100644 --- a/arch/x86/configs/tizen_emul_defconfig +++ b/arch/x86/configs/tizen_emul_defconfig @@ -3116,7 +3116,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 |