aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx
diff options
context:
space:
mode:
authorTomasz Figa <tomasz.figa@gmail.com>2013-10-05 19:58:40 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-10-05 20:01:48 -0400
commitd2193ce2ce2ca3cfc33c479a14ff04c269c3cca9 (patch)
treea53ac6228f4faa27fc179f4646d34219c6c91e35 /arch/arm/mach-s3c64xx
parent4a10c2ac2f368583138b774ca41fac4207911983 (diff)
ARM: S3C64XX: Move if ARCH_S3C64XX statement into mach-s3c64xx
All other platforms have this condition checked inside their own Kconfig files, so for consistency this patch makes it this way for mach-s3c64xx as well. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r--arch/arm/mach-s3c64xx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index 041da5172423..afb511395800 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -3,6 +3,8 @@
3# 3#
4# Licensed under GPLv2 4# Licensed under GPLv2
5 5
6if ARCH_S3C64XX
7
6# temporary until we can eliminate all drivers using it. 8# temporary until we can eliminate all drivers using it.
7config PLAT_S3C64XX 9config PLAT_S3C64XX
8 bool 10 bool
@@ -306,3 +308,5 @@ config MACH_WLF_CRAGG_6410
306 select SAMSUNG_GPIO_EXTRA128 308 select SAMSUNG_GPIO_EXTRA128
307 help 309 help
308 Machine support for the Wolfson Cragganmore S3C6410 variant. 310 Machine support for the Wolfson Cragganmore S3C6410 variant.
311
312endif