From: Kevin Hilman Date: Tue, 8 May 2007 21:38:18 +0000 (-0700) Subject: ARM: OMAP: Select GENERIC_CLOCKEVENTS patch X-Git-Tag: v2.6.22-omap1~163 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e039b8f8c421434a4efa4573a05c7df99e0a052b;p=linux-2.6-omap-h63xx.git ARM: OMAP: Select GENERIC_CLOCKEVENTS patch GENERIC_CLOCKEVENTS is not quite ready for OMAP2. I will have it ready in a week or so. In the mean time, this patch will only enable GENERIC_CLOCKEVENTS for OMAP1. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e31ba38bf41..3f56ea014d0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -381,7 +381,6 @@ config ARCH_OMAP bool "TI OMAP" select GENERIC_GPIO select GENERIC_TIME - select GENERIC_CLOCKEVENTS help Support for TI's OMAP platform (OMAP1 and OMAP2). diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 6facd962b48..1500a50bbfd 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -11,6 +11,7 @@ choice config ARCH_OMAP1 bool "TI OMAP1" + select GENERIC_CLOCKEVENTS config ARCH_OMAP2 bool "TI OMAP2"