diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-01-13 18:30:31 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-17 19:30:49 -0500 |
commit | 3929e1e76d9116856a4c7a00fcce0539dd8507a0 (patch) | |
tree | a185da5ed8cff52e08555047b163f2b0d9c66c0f /arch/arm/plat-samsung/Kconfig | |
parent | 501dae90b3ae4dd3d8efdacfcb072c3d65eb5a33 (diff) |
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-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index faec4b8c626c..e6c122967355 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -74,6 +74,15 @@ config SAMSUNG_GPIO_EXTRA | |||
74 | provides. This allows expanding the GPIO space for use with | 74 | provides. This allows expanding the GPIO space for use with |
75 | GPIO expanders. | 75 | GPIO expanders. |
76 | 76 | ||
77 | # ADC driver | ||
78 | |||
79 | config S3C_ADC | ||
80 | bool "ADC common driver support" | ||
81 | help | ||
82 | Core support for the ADC block found in the Samsung SoC systems | ||
83 | for drivers such as the touchscreen and hwmon to use to share | ||
84 | this resource. | ||
85 | |||
77 | # device definitions to compile in | 86 | # device definitions to compile in |
78 | 87 | ||
79 | config S3C_DEV_HSMMC | 88 | config S3C_DEV_HSMMC |