From: Tony Lindgren Date: Wed, 9 May 2007 00:41:22 +0000 (-0700) Subject: ARM: OMAP: Select GENERIC_CLOCKEVENTS for 32KiHz timer X-Git-Tag: v2.6.22-omap1~155 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=bffa508892990cb399a10542b39d4e54387c5549;p=linux-2.6-omap-h63xx.git 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 --- 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