linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Remove redundant condition for MTK_TIMER
@ 2020-08-28  5:40 Freddy Hsin
  2020-08-28  5:40 ` [PATCH v1 1/1] timer: mt6873: remove COMPILE_TEST condition for MTK timer Freddy Hsin
  0 siblings, 1 reply; 2+ messages in thread
From: Freddy Hsin @ 2020-08-28  5:40 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Matthias Brugger, linux-kernel,
	linux-arm-kernel, linux-mediatek
  Cc: Saravana Kannan, chang-an.chen, Baolin Wang, wsd_upstream,
	kuohong.wang, stanley.chu

Remove the redundant condition of MTK_TIMER because the driver
can work on MTK platform normally, so COMPILE_TEST is no longer
needed for development purpose

Freddy Hsin (1):
  timer: mt6873: remove COMPILE_TEST condition for MTK timer

 drivers/clocksource/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH v1 1/1] timer: mt6873: remove COMPILE_TEST condition for MTK timer
  2020-08-28  5:40 [PATCH 0/1] Remove redundant condition for MTK_TIMER Freddy Hsin
@ 2020-08-28  5:40 ` Freddy Hsin
  0 siblings, 0 replies; 2+ messages in thread
From: Freddy Hsin @ 2020-08-28  5:40 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Matthias Brugger, linux-kernel,
	linux-arm-kernel, linux-mediatek
  Cc: Saravana Kannan, chang-an.chen, Baolin Wang, wsd_upstream,
	kuohong.wang, stanley.chu, Freddy Hsin

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

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-28  5:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28  5:40 [PATCH 0/1] Remove redundant condition for MTK_TIMER Freddy Hsin
2020-08-28  5:40 ` [PATCH v1 1/1] timer: mt6873: remove COMPILE_TEST condition for MTK timer Freddy Hsin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).