diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2014-11-18 10:41:20 -0500 |
---|---|---|
committer | Carlo Caione <carlo@caione.org> | 2014-11-18 10:41:20 -0500 |
commit | 7b6b0a455d98c7a314278e0fdca25ec6395a502a (patch) | |
tree | 5be8e7142b0ef3621d431b74ccf9cd30066bbb06 /drivers/clocksource | |
parent | 6a4ccd9a8e7cc2169b1c623d98d01201e9dcbacc (diff) |
clocksource: meson6: Select CLKSRC_MMIO
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>
Signed-off-by: Carlo Caione <carlo@caione.org>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 90420600e1eb..f657a48d20eb 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
@@ -32,6 +32,7 @@ config ARMADA_370_XP_TIMER | |||
32 | 32 | ||
33 | config MESON6_TIMER | 33 | config MESON6_TIMER |
34 | bool | 34 | bool |
35 | select CLKSRC_MMIO | ||
35 | 36 | ||
36 | config ORION_TIMER | 37 | config ORION_TIMER |
37 | select CLKSRC_OF | 38 | select CLKSRC_OF |