diff options
| author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-22 06:03:55 -0400 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-22 06:06:51 -0400 |
| commit | bd338d07087c7e41922ce96f39c0a39bedeb1f23 (patch) | |
| tree | d83115a612894f8bbfc63021bb1172df92b4d0b8 /arch/arm/mach-s3c24xx/Kconfig | |
| parent | 6e8c4a274c6704088ab2d59fe92b092196ada2a1 (diff) | |
ARM: S3C24XX: remove unneeded "config SMDK2440_CPU2442"
The Kconfig entry for SMDK2440_CPU2442 was moved from one Kconfig file
to another in commit acf2d41d8595 ("ARM: S3C24XX: Move mach-s3c2440/
pll into mach-s3c24xx/"). In that move it also lost its statement to
select CPU_S3C2442. That was not needed anymore because it now depended
on that same symbol.
But without its select this entry became a nop: enabling it has no
effect, as it changes no code. It can safely be removed.
Fix a related, and trivial, comment typo too.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
| -rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index bec43fe0b9bc..78317e77adfc 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
| @@ -661,10 +661,7 @@ config MACH_RX1950 | |||
| 661 | help | 661 | help |
| 662 | Say Y here if you're using HP iPAQ rx1950 | 662 | Say Y here if you're using HP iPAQ rx1950 |
| 663 | 663 | ||
| 664 | config SMDK2440_CPU2442 | 664 | endif # CPU_S3C2442 |
| 665 | bool "SMDM2440 with S3C2442 CPU module" | ||
| 666 | |||
| 667 | endif # CPU_S3C2440 | ||
| 668 | 665 | ||
| 669 | if CPU_S3C2443 || CPU_S3C2416 | 666 | if CPU_S3C2443 || CPU_S3C2416 |
| 670 | 667 | ||
