drivers: fix invalid Kconfig statement
authorHeesub Shin <heesub.shin@samsung.com>
Fri, 31 Mar 2017 04:29:29 +0000 (13:29 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:04 +0000 (12:02 +0900)
Unlike NuttX, CONFIG_TIMER is not a menuconfig entry in TizenRT. So,
s/menuconfig TIMER/config TIMER/.

Change-Id: I1a139ee6da705b7867bc17f282f1193e11d1997e
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
os/drivers/Kconfig

index 7d7fc62..3eda55a 100644 (file)
@@ -323,7 +323,7 @@ config WATCHDOG_DEVPATH
 
 endif # WATCHDOG
 
-menuconfig TIMER
+config TIMER
        bool "Timer Support"
        default n
        ---help---