aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-12-18 09:20:04 -0500
committerBen Dooks <ben-linux@fluff.org>2008-12-18 09:20:04 -0500
commit28ab44c5be60a9b91021a7cc7b4e202775c04764 (patch)
treeaf1285f75e808c9be214a9df1af141726109b108 /arch/arm/plat-s3c24xx/Kconfig
parente7aa6f46f6e4644d466e04f54b5750a91d188abf (diff)
[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/Kconfig')
-rw-r--r--arch/arm/plat-s3c24xx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig
index d3faf01bbfc2..7d3d6eb5205e 100644
--- a/arch/arm/plat-s3c24xx/Kconfig
+++ b/arch/arm/plat-s3c24xx/Kconfig
@@ -62,6 +62,13 @@ config S3C2410_DMA_DEBUG
62 Enable debugging output for the DMA code. This option sends info 62 Enable debugging output for the DMA code. This option sends info
63 to the kernel log, at priority KERN_DEBUG. 63 to the kernel log, at priority KERN_DEBUG.
64 64
65config S3C24XX_ADC
66 bool "ADC common driver support"
67 help
68 Core support for the ADC block found in the S3C24XX SoC systems
69 for drivers such as the touchscreen and hwmon to use to share
70 this resource.
71
65# SPI default pin configuration code 72# SPI default pin configuration code
66 73
67config S3C24XX_SPI_BUS0_GPE11_GPE12_GPE13 74config S3C24XX_SPI_BUS0_GPE11_GPE12_GPE13