diff options
author | Arnaud Patard <arnaud.patard@rtp-net.org> | 2007-05-10 15:38:53 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-11 12:20:27 -0400 |
commit | f7538ac95200fd122fd84c8f85ff1130ee7645b5 (patch) | |
tree | b0392c028fd0f39f4a3e346d8e2c0083ad8e729c /arch/arm/Kconfig | |
parent | 302c0ef7317ddd49c0ae82004cfe308b5a2b6ab3 (diff) |
[ARM] 4368/1: S3C24xx: build fix
Trying to build current git tree fails. The failure is due to commit
25ff0a653067eec56efc730dbed664d5cc77e9f3. The patch title say it's for
OMAP board while it's applied on S3C2410 Kconfig entry. Moreover, the
OMAP entry is already selecting GENERIC_TIME.
This patch reverts the offending commit.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d7c0984d4a86..0d8fac3b0371 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -354,7 +354,6 @@ config ARCH_SA1100 | |||
354 | config ARCH_S3C2410 | 354 | config ARCH_S3C2410 |
355 | bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443" | 355 | bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443" |
356 | select GENERIC_GPIO | 356 | select GENERIC_GPIO |
357 | select GENERIC_TIME | ||
358 | help | 357 | help |
359 | Samsung S3C2410X CPU based systems, such as the Simtec Electronics | 358 | Samsung S3C2410X CPU based systems, such as the Simtec Electronics |
360 | BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or | 359 | BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or |