diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 4 |
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 | ||
6 | if ARCH_S3C64XX | ||
7 | |||
6 | # temporary until we can eliminate all drivers using it. | 8 | # temporary until we can eliminate all drivers using it. |
7 | config PLAT_S3C64XX | 9 | config 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 | |||
312 | endif | ||