s5j: remove unused kconfig entry for tick counter
authorHeesub Shin <heesub.shin@samsung.com>
Wed, 29 Mar 2017 07:08:24 +0000 (16:08 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:04 +0000 (12:02 +0900)
This commit removes a Kconfig entry for the tick counter that is not
implemented at this momment.

Change-Id: I6022ce26a5465b6802398517c125928b21466c5a
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
os/arch/arm/src/s5j/Kconfig
os/arch/arm/src/s5j/Make.defs

index c9dd6cb..760d472 100644 (file)
@@ -208,14 +208,6 @@ config RTC_BASE_YEAR
        depends on S5J_RTC
 endmenu #"S5J_RTC"
 
-menu "S5J TICK COUNTER"
-config S5J_TICK_COUNTER
-       bool "S5J tick counter support"
-       default n
-
-endmenu #"S5J_TICK_COUNTER"
-
-
 menu "S5J ADC"
 config S5J_ADC
        bool "S5J ADC support"
index a749675..dd03a5f 100644 (file)
@@ -191,10 +191,6 @@ ifeq ($(CONFIG_RTC),y)
 CHIP_CSRCS += s5j_rtc.c
 endif
 
-ifeq ($(CONFIG_S5J_TICK_COUNTER),y)
-CHIP_CSRCS += s5j_tickcnt.c
-endif
-
 ifeq ($(CONFIG_S5J_MAILBOX),y)
 CHIP_CSRCS += s5j_mailbox.c
 endif