]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Select GENERIC_CLOCKEVENTS patch
authorKevin Hilman <khilman@mvista.com>
Tue, 8 May 2007 21:38:18 +0000 (14:38 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 8 May 2007 22:21:04 +0000 (15:21 -0700)
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 <khilman@mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/Kconfig
arch/arm/plat-omap/Kconfig

index e31ba38bf414606fa7247fa86e3adf281c502292..3f56ea014d0fbf1f0f8c97a29db3e158f2704d73 100644 (file)
@@ -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).
 
index 6facd962b48f083e9c2cf2c52e9900b85320c439..1500a50bbfd8ed2faaf8df2df2e39f53194692b4 100644 (file)
@@ -11,6 +11,7 @@ choice
 
 config ARCH_OMAP1
        bool "TI OMAP1"
+       select GENERIC_CLOCKEVENTS
 
 config ARCH_OMAP2
        bool "TI OMAP2"