From bffa508892990cb399a10542b39d4e54387c5549 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Tue, 8 May 2007 17:41:22 -0700 Subject: [PATCH] ARM: OMAP: Select GENERIC_CLOCKEVENTS for 32KiHz timer This works both on omap1 and omap2, and does not compile without GENERIC_CLOCKEVENTS. We may want to enable this for omap2 in general once Kevin has patches ready for timer-gp. Signed-off-by: Tony Lindgren --- arch/arm/plat-omap/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 1500a50bbfd..69639c48963 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -150,6 +150,8 @@ config OMAP_MPU_TIMER config OMAP_32K_TIMER bool "Use 32KHz timer" depends on ARCH_OMAP16XX || ARCH_OMAP24XX + select GENERIC_TIME + select GENERIC_CLOCKEVENTS help Select this option if you want to enable the OMAP 32KHz timer. This timer saves power compared to the OMAP_MPU_TIMER, and has -- 2.41.1