diff options
author | David Brownell <david-b@pacbell.net> | 2007-03-28 16:21:20 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-09 05:40:00 -0400 |
commit | 25ff0a653067eec56efc730dbed664d5cc77e9f3 (patch) | |
tree | 8532dd2cbc0cab2c483a31705e456f8a5781c208 | |
parent | e0b50d3c644f10a0022b23fccb58c8003741db52 (diff) |
ARM: OMAP: restore CONFIG_GENERIC_TIME
Somehow this got lost in a merge ...
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e7baca29f3fb..346f62aedbd4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -338,6 +338,7 @@ config ARCH_SA1100 | |||
338 | config ARCH_S3C2410 | 338 | config ARCH_S3C2410 |
339 | bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443" | 339 | bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443" |
340 | select GENERIC_GPIO | 340 | select GENERIC_GPIO |
341 | select GENERIC_TIME | ||
341 | help | 342 | help |
342 | Samsung S3C2410X CPU based systems, such as the Simtec Electronics | 343 | Samsung S3C2410X CPU based systems, such as the Simtec Electronics |
343 | BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or | 344 | BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or |