From: ahreum.jeong Date: Fri, 30 Dec 2016 05:08:36 +0000 (+0900) Subject: Remove unnessasary commands in logm configuration X-Git-Tag: 1.1_Public_Release~676^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F107815%2F3;p=rtos%2Ftinyara.git Remove unnessasary commands in logm configuration It is duplicated operation as below If logm is enabled, these configuations are enabled by default value. Change-Id: I066f64f9e4402b7d0bc0e92c4cf306d4fe540ec6 --- diff --git a/os/logm/Kconfig b/os/logm/Kconfig index 3006214..0572f6e 100644 --- a/os/logm/Kconfig +++ b/os/logm/Kconfig @@ -6,8 +6,6 @@ menuconfig LOGM bool "Logger Module" default n - select PRINTF2LOGM - select SYSLOG2LOGM ---help--- Logger.