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~30^2~68 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c3263da033cfbeb352083c7a7d92096dcb377a86;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 e7baca29f3f..b99594564ce 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).