aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Kconfig2
-rw-r--r--arch/arm/mach-s3c64xx/Kconfig4
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3f7714d8d2d2..4a329c7277b1 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1009,9 +1009,7 @@ source "arch/arm/mach-sti/Kconfig"
1009 1009
1010source "arch/arm/mach-s3c24xx/Kconfig" 1010source "arch/arm/mach-s3c24xx/Kconfig"
1011 1011
1012if ARCH_S3C64XX
1013source "arch/arm/mach-s3c64xx/Kconfig" 1012source "arch/arm/mach-s3c64xx/Kconfig"
1014endif
1015 1013
1016source "arch/arm/mach-s5p64x0/Kconfig" 1014source "arch/arm/mach-s5p64x0/Kconfig"
1017 1015
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