aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/Kconfig
diff options
context:
space:
mode:
authorTomasz Figa <tomasz.figa@gmail.com>2013-08-25 13:37:51 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-09-16 17:48:27 -0400
commit31e4001d2e3c3f2d3b544c9891d542ee3502798e (patch)
treeffda7e22ed5957d4a13b6f54577907af6e7e4d2a /arch/arm/mach-s3c64xx/Kconfig
parent608f9737f1bbe44428ecec44604f638b3949e12c (diff)
ARM: S3C64XX: Add board file for boot using Device Tree
This patch adds board file that will be used to boot S3C64xx-based boards using Device Tree. 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/Kconfig')
-rw-r--r--arch/arm/mach-s3c64xx/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index 041da5172423..bd14e3a37128 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -306,3 +306,19 @@ config MACH_WLF_CRAGG_6410
306 select SAMSUNG_GPIO_EXTRA128 306 select SAMSUNG_GPIO_EXTRA128
307 help 307 help
308 Machine support for the Wolfson Cragganmore S3C6410 variant. 308 Machine support for the Wolfson Cragganmore S3C6410 variant.
309
310config MACH_S3C64XX_DT
311 bool "Samsung S3C6400/S3C6410 machine using Device Tree"
312 select CLKSRC_OF
313 select CPU_S3C6400
314 select CPU_S3C6410
315 select PINCTRL
316 select PINCTRL_S3C64XX
317 select USE_OF
318 help
319 Machine support for Samsung S3C6400/S3C6410 machines with Device Tree
320 enabled.
321 Select this if a fdt blob is available for your S3C64XX SoC based
322 board.
323 Note: This is under development and not all peripherals can be
324 supported with this machine file.