diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-01-14 00:30:31 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-18 09:30:49 +0900 |
commit | 3929e1e76d9116856a4c7a00fcce0539dd8507a0 (patch) | |
tree | a185da5ed8cff52e08555047b163f2b0d9c66c0f /arch/arm/plat-s3c24xx/Kconfig | |
parent | 501dae90b3ae4dd3d8efdacfcb072c3d65eb5a33 (diff) | |
download | talos-obmc-linux-3929e1e76d9116856a4c7a00fcce0539dd8507a0.tar.gz talos-obmc-linux-3929e1e76d9116856a4c7a00fcce0539dd8507a0.zip |
ARM: SAMSUNG: Move S3C24XX ADC driver to plat-samsung
Move S3C24XX ADC driver to plat-samsung
Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 342647eb91d8..a806f359ceb6 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig @@ -117,13 +117,6 @@ config S3C2410_DMA_DEBUG Enable debugging output for the DMA code. This option sends info to the kernel log, at priority KERN_DEBUG. -config S3C24XX_ADC - bool "ADC common driver support" - help - Core support for the ADC block found in the S3C24XX SoC systems - for drivers such as the touchscreen and hwmon to use to share - this resource. - # SPI default pin configuration code config S3C24XX_SPI_BUS0_GPE11_GPE12_GPE13 |