From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Mon, 18 Oct 2010 22:29:26 +0900 Subject: [PATCH 3/9] ARM: S3C64XX: add touchscreen support for mach-real6410 In-Reply-To: <20100929193322.25307.67196.stgit@darius-desktop> References: <20100929192354.25307.40197.stgit@darius-desktop> <20100929193322.25307.67196.stgit@darius-desktop> Message-ID: <04a501cb6ec8$7e719a80$7b54cf80$%kim@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Darius Augulis wrote: > > Add touchscreen device support for mach-real6410 > > Signed-off-by: Darius Augulis > --- > arch/arm/mach-s3c64xx/Kconfig | 2 ++ > arch/arm/mach-s3c64xx/mach-real6410.c | 11 +++++++++++ > 2 files changed, 13 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig > index e4aede1..b706b80 100644 > --- a/arch/arm/mach-s3c64xx/Kconfig > +++ b/arch/arm/mach-s3c64xx/Kconfig > @@ -107,6 +107,8 @@ config MACH_REAL6410 > select S3C_DEV_FB > select S3C64XX_SETUP_FB_24BPP > select S3C_DEV_NAND > + select SAMSUNG_DEV_ADC > + select SAMSUNG_DEV_TS > help > Machine support for the CoreWind REAL6410 > > diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach- > s3c64xx/mach-real6410.c > index 9fd943d..bad6990 100644 > --- a/arch/arm/mach-s3c64xx/mach-real6410.c > +++ b/arch/arm/mach-s3c64xx/mach-real6410.c > @@ -36,11 +36,13 @@ > #include > #include > > +#include > #include > #include > #include > #include > #include > +#include > > #include