MTK timer driver can work on MTK platform normally, so remove
the redundant condition for MTK_TIMER

Signed-off-by: Freddy Hsin <freddy.h...@mediatek.com>
---
 drivers/clocksource/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 9141838..1ec5d94 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -472,7 +472,7 @@ config SYS_SUPPORTS_SH_CMT
        bool
 
 config MTK_TIMER
-       bool "Mediatek timer driver" if COMPILE_TEST
+       bool "Mediatek timer driver"
        depends on HAS_IOMEM
        select TIMER_OF
        select CLKSRC_MMIO
-- 
1.7.9.5

Reply via email to