public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clocksource: meson6: Select CLKSRC_MMIO
@ 2014-11-16  8:03 Beniamino Galvani
  2014-11-16 10:58 ` Carlo Caione
  2014-11-19  9:50 ` Daniel Lezcano
  0 siblings, 2 replies; 5+ messages in thread
From: Beniamino Galvani @ 2014-11-16  8:03 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Thomas Gleixner, Carlo Caione, linux-kernel, Beniamino Galvani

Select CLKSRC_MMIO when the meson6_timer driver is enabled since it
depends on clocksource MMIO functions.

Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
---
 drivers/clocksource/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 9042060..f657a48 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -32,6 +32,7 @@ config ARMADA_370_XP_TIMER
 
 config MESON6_TIMER
 	bool
+	select CLKSRC_MMIO
 
 config ORION_TIMER
 	select CLKSRC_OF
-- 
1.9.1


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

end of thread, other threads:[~2014-11-19 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-16  8:03 [PATCH] clocksource: meson6: Select CLKSRC_MMIO Beniamino Galvani
2014-11-16 10:58 ` Carlo Caione
2014-11-19  9:50 ` Daniel Lezcano
2014-11-19 10:00   ` Carlo Caione
2014-11-19 10:06     ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox