From: David Brownell Date: Wed, 28 Mar 2007 20:21:20 +0000 (-0700) Subject: ARM: OMAP: restore CONFIG_GENERIC_TIME X-Git-Tag: v2.6.21-omap1~57 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=1eb4686c2178505697fbb9ca427296d5f7629540;p=linux-2.6-omap-h63xx.git ARM: OMAP: restore CONFIG_GENERIC_TIME Somehow this got lost in a merge ... Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 55d0753dd28..88f3ab7035c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -363,6 +363,7 @@ config ARCH_LH7A40X config ARCH_OMAP bool "TI OMAP" select GENERIC_GPIO + select GENERIC_TIME help Support for TI's OMAP platform (OMAP1 and OMAP2).