From 5d2637e95d2e9ed0f1984cb8e53535387fa5f548 Mon Sep 17 00:00:00 2001 From: Darius Augulis Date: Tue, 19 Oct 2010 16:10:02 +0900 Subject: [PATCH] --- yaml --- r: 221175 b: refs/heads/master c: fe894f97ad89951a7bdb150ad5645178b89fd6b7 h: refs/heads/master i: 221173: 24d1403f3a77c8263ff9cc84cc76c1b463ca8fac 221171: 26bc93e6ee9834e19be193e06e975dbdd68970dd 221167: 86b3f0aa0edab163aa2779e8a804c150aad312b3 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c64xx/Kconfig | 2 ++ trunk/arch/arm/mach-s3c64xx/mach-mini6410.c | 12 ++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c231c33a393c..b2307697cefb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bbd7ac63a6bfdb7bd10471441b431b283e96edad +refs/heads/master: fe894f97ad89951a7bdb150ad5645178b89fd6b7 diff --git a/trunk/arch/arm/mach-s3c64xx/Kconfig b/trunk/arch/arm/mach-s3c64xx/Kconfig index b514e3a98fc7..fe1fd3007ae4 100644 --- a/trunk/arch/arm/mach-s3c64xx/Kconfig +++ b/trunk/arch/arm/mach-s3c64xx/Kconfig @@ -108,6 +108,8 @@ config MACH_MINI6410 select S3C_DEV_NAND select S3C_DEV_FB select S3C64XX_SETUP_FB_24BPP + select SAMSUNG_DEV_ADC + select SAMSUNG_DEV_TS help Machine support for the FriendlyARM MINI6410 diff --git a/trunk/arch/arm/mach-s3c64xx/mach-mini6410.c b/trunk/arch/arm/mach-s3c64xx/mach-mini6410.c index 0e3516ee1086..249c62956471 100644 --- a/trunk/arch/arm/mach-s3c64xx/mach-mini6410.c +++ b/trunk/arch/arm/mach-s3c64xx/mach-mini6410.c @@ -35,11 +35,14 @@ #include #include +#include #include #include #include #include #include +#include + #include