From: Ben Dooks <ben-linux@fluff.org>
Date: Tue, 26 Jan 2010 07:27:08 +0000 (+0900)
Subject: ARM: S3C2440: Fix SMDK2440 SoC selection
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1f51bbfd5905b8c860cc95ae10c20e0844d0ade8;p=linux.git

ARM: S3C2440: Fix SMDK2440 SoC selection

Fix the entries for SMDK2440 should have allowed for S3C2440 or S3C2440
SoC selection but this depended on ARCH_S3C2440 which has not been around
for a while.

Remove the dependency to allow this to be selected.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
---

diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig
index 5486929dc3d0c..45cab7af5cdeb 100644
--- a/arch/arm/mach-s3c2440/Kconfig
+++ b/arch/arm/mach-s3c2440/Kconfig
@@ -105,14 +105,12 @@ config MACH_NEXCODER_2440
 
 config SMDK2440_CPU2440
 	bool "SMDK2440 with S3C2440 CPU module"
-	depends on ARCH_S3C2440
 	default y if ARCH_S3C2440
 	select S3C2440_XTAL_16934400
 	select CPU_S3C2440
 
 config SMDK2440_CPU2442
 	bool "SMDM2440 with S3C2442 CPU module"
-	depends on ARCH_S3C2440
 	select CPU_S3C2442
 
 config MACH_AT2440EVB