diff options
author | David Brownell <david-b@pacbell.net> | 2007-03-28 13:21:20 -0700 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-09 10:40:00 +0100 |
commit | 25ff0a653067eec56efc730dbed664d5cc77e9f3 (patch) | |
tree | 8532dd2cbc0cab2c483a31705e456f8a5781c208 /arch | |
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>
Diffstat (limited to 'arch')
-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 e7baca29f3f..346f62aedbd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -338,6 +338,7 @@ config ARCH_SA1100 config ARCH_S3C2410 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443" select GENERIC_GPIO + select GENERIC_TIME help Samsung S3C2410X CPU based systems, such as the Simtec Electronics BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or |