aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-05-05 20:45:13 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-07-20 12:21:18 -0400
commite1a3c74f52b02715599249e1a024e16419503d52 (patch)
tree97c992ba32b8a44cc601f0eec7162aa8e9a5922a /arch/arm/mach-s3c64xx/Kconfig
parent620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc (diff)
ARM: S3C64XX: Initial support for Wolfson/Simtec Cragganmore/Banff
The Cragganmore carrier card and Banff CPU module are used on Wolfson Microelectronics reference systems. This initial support covers the core system which is a fairly generic S3C6410 based design, further patches will add support for the key features of the reference system. The initial board bringup and therefore much of the key code was done by Ben Dooks for Simtec, with additional work (especially around the integration of the Wolfson devices) being done by myself. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> [kgene.kim@samsung.com: removed inclusion of <mach/regs-fb.h>] Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r--arch/arm/mach-s3c64xx/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index e4177e22557..4e2c371ff3d 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -266,3 +266,26 @@ config MACH_SMARTQ7
266 select MACH_SMARTQ 266 select MACH_SMARTQ
267 help 267 help
268 Machine support for the SmartQ 7 268 Machine support for the SmartQ 7
269
270config MACH_WLF_CRAGG_6410
271 bool "Wolfson Cragganmore 6410"
272 select CPU_S3C6410
273 select S3C64XX_SETUP_SDHCI
274 select S3C64XX_SETUP_I2C1
275 select S3C64XX_SETUP_IDE
276 select S3C64XX_SETUP_FB_24BPP
277 select S3C64XX_SETUP_KEYPAD
278 select SAMSUNG_DEV_ADC
279 select SAMSUNG_DEV_KEYPAD
280 select S3C_DEV_USB_HOST
281 select S3C_DEV_USB_HSOTG
282 select S3C_DEV_HSMMC
283 select S3C_DEV_HSMMC1
284 select S3C_DEV_HSMMC2
285 select S3C_DEV_I2C1
286 select S3C_DEV_WDT
287 select S3C_DEV_RTC
288 select S3C64XX_DEV_SPI
289 select S3C24XX_GPIO_EXTRA128
290 help
291 Machine support for the Wolfson Cragganmore S3C6410 variant.