From e039b8f8c421434a4efa4573a05c7df99e0a052b Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Tue, 8 May 2007 14:38:18 -0700 Subject: [PATCH] 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 --- arch/arm/Kconfig | 1 - arch/arm/plat-omap/Kconfig | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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" -- 2.41.0