]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: S3C24XX: remove unneeded "config SMDK2440_CPU2442"
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 22 Mar 2013 10:03:55 +0000 (19:03 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 22 Mar 2013 10:06:51 +0000 (19:06 +0900)
commitbd338d07087c7e41922ce96f39c0a39bedeb1f23
treed83115a612894f8bbfc63021bb1172df92b4d0b8
parent6e8c4a274c6704088ab2d59fe92b092196ada2a1
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>
arch/arm/mach-s3c24xx/Kconfig