[PATCH v1 1/1] timer: mt6873: remove COMPILE_TEST condition for MTK timer

From: Freddy Hsin
Date: Fri Aug 28 2020 - 01:41:11 EST


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

Signed-off-by: Freddy Hsin <freddy.hsin@xxxxxxxxxxxx>
---
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