diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2014-11-18 16:41:20 +0100 |
---|---|---|
committer | Carlo Caione <carlo@caione.org> | 2014-11-18 16:41:20 +0100 |
commit | 7b6b0a455d98c7a314278e0fdca25ec6395a502a (patch) | |
tree | 5be8e7142b0ef3621d431b74ccf9cd30066bbb06 /drivers/clocksource/Kconfig | |
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/Kconfig')
-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 config MESON6_TIMER bool + select CLKSRC_MMIO config ORION_TIMER select CLKSRC_OF |