diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-26 02:27:08 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-01 12:55:31 -0500 |
commit | 1f51bbfd5905b8c860cc95ae10c20e0844d0ade8 (patch) | |
tree | 71896d1cded65e5a9ac507bc79cbda1ff60f472a /arch/arm/mach-s3c2440/Kconfig | |
parent | 491547d43bc2393de914b5ad18b6f5219107f918 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-s3c2440/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2440/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig index 5486929dc3d0..45cab7af5cde 100644 --- a/arch/arm/mach-s3c2440/Kconfig +++ b/arch/arm/mach-s3c2440/Kconfig | |||
@@ -105,14 +105,12 @@ config MACH_NEXCODER_2440 | |||
105 | 105 | ||
106 | config SMDK2440_CPU2440 | 106 | config SMDK2440_CPU2440 |
107 | bool "SMDK2440 with S3C2440 CPU module" | 107 | bool "SMDK2440 with S3C2440 CPU module" |
108 | depends on ARCH_S3C2440 | ||
109 | default y if ARCH_S3C2440 | 108 | default y if ARCH_S3C2440 |
110 | select S3C2440_XTAL_16934400 | 109 | select S3C2440_XTAL_16934400 |
111 | select CPU_S3C2440 | 110 | select CPU_S3C2440 |
112 | 111 | ||
113 | config SMDK2440_CPU2442 | 112 | config SMDK2440_CPU2442 |
114 | bool "SMDM2440 with S3C2442 CPU module" | 113 | bool "SMDM2440 with S3C2442 CPU module" |
115 | depends on ARCH_S3C2440 | ||
116 | select CPU_S3C2442 | 114 | select CPU_S3C2442 |
117 | 115 | ||
118 | config MACH_AT2440EVB | 116 | config MACH_AT2440EVB |