diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 14:20:04 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 14:20:04 +0000 |
commit | 28ab44c5be60a9b91021a7cc7b4e202775c04764 (patch) | |
tree | af1285f75e808c9be214a9df1af141726109b108 /arch/arm/plat-s3c24xx/Makefile | |
parent | e7aa6f46f6e4644d466e04f54b5750a91d188abf (diff) | |
download | op-kernel-dev-28ab44c5be60a9b91021a7cc7b4e202775c04764.zip op-kernel-dev-28ab44c5be60a9b91021a7cc7b4e202775c04764.tar.gz |
[ARM] S3C24XX: ADC driver core
A common core driver for the S3C24XX ADC block so that
the touchscreen, hwmon and any other drivers can share
the resource.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c24xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index 2a65ba7..a8cfdef 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile @@ -31,6 +31,7 @@ obj-$(CONFIG_PM) += sleep.o obj-$(CONFIG_HAVE_PWM) += pwm.o obj-$(CONFIG_S3C2410_CLOCK) += s3c2410-clock.o obj-$(CONFIG_S3C2410_DMA) += dma.o +obj-$(CONFIG_S3C24XX_ADC) += adc.o # SPI gpio central GPIO functions |