diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-05-04 15:12:44 +0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 13:25:14 +0400 |
commit | 909de0d67dbd9488d5f77bdcadcd34264fea3c02 (patch) | |
tree | 5a114e652b5b47d6c491e58b6cec68aff1dc7254 /arch/arm/mach-s3c64xx/Makefile | |
parent | 73e59b1d6b69f5ae02e3be5e2b3259c46d8bb27a (diff) | |
download | linux-909de0d67dbd9488d5f77bdcadcd34264fea3c02.tar.xz |
ARM: S3C64XX: Add touchscreen platform device definition
This patch adds the touchscreen platform device definition for S3C64XX boards.
Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c64xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile index d78c3dd43a1a..a10f1fc6b023 100644 --- a/arch/arm/mach-s3c64xx/Makefile +++ b/arch/arm/mach-s3c64xx/Makefile @@ -58,3 +58,4 @@ obj-$(CONFIG_MACH_HMT) += mach-hmt.o obj-y += dev-uart.o obj-y += dev-audio.o obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o +obj-$(CONFIG_S3C64XX_DEV_TS) += dev-ts.o |