aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c64xx/Kconfig1
-rw-r--r--arch/arm/mach-s3c64xx/mach-real6410.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index b706b80cc968..c05ae12a9f9e 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -109,6 +109,7 @@ config MACH_REAL6410
109 select S3C_DEV_NAND 109 select S3C_DEV_NAND
110 select SAMSUNG_DEV_ADC 110 select SAMSUNG_DEV_ADC
111 select SAMSUNG_DEV_TS 111 select SAMSUNG_DEV_TS
112 select S3C_DEV_USB_HOST
112 help 113 help
113 Machine support for the CoreWind REAL6410 114 Machine support for the CoreWind REAL6410
114 115
diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach-s3c64xx/mach-real6410.c
index bad6990eeb82..00e7d7e4a4fc 100644
--- a/arch/arm/mach-s3c64xx/mach-real6410.c
+++ b/arch/arm/mach-s3c64xx/mach-real6410.c
@@ -195,6 +195,7 @@ static struct platform_device *real6410_devices[] __initdata = {
195 &s3c_device_nand, 195 &s3c_device_nand,
196 &s3c_device_adc, 196 &s3c_device_adc,
197 &s3c_device_ts, 197 &s3c_device_ts,
198 &s3c_device_ohci,
198}; 199};
199 200
200static struct s3c2410_ts_mach_info s3c_ts_platform __initdata = { 201static struct s3c2410_ts_mach_info s3c_ts_platform __initdata = {