diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-07-22 15:17:39 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2019-08-08 00:22:48 +0530 |
commit | 29e97f56f2ee0dd5dbd0f7a0a698f2cdcaf54c79 (patch) | |
tree | 1257f66073220e8a19c88f54e85774bdd412e7d6 /arch/arm/Kconfig | |
parent | 5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff) |
ARM: davinci: enable the clocksource driver for DT mode
Switch all davinci boards supporting device tree to using the new
clocksource driver: remove the previous OF_TIMER_DECLARE() from
mach-davinci and select davinci-timer for ARCH_DAVINCI.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 33b00579beff..92ff58be1a43 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -583,6 +583,7 @@ config ARCH_DAVINCI select ARCH_HAS_HOLES_MEMORYMODEL select COMMON_CLK select CPU_ARM926T + select DAVINCI_TIMER select GENERIC_ALLOCATOR select GENERIC_CLOCKEVENTS select GENERIC_IRQ_CHIP |