diff options
author | Nelson Castillo <arhuaco@freaks-unidos.net> | 2009-09-18 01:45:39 -0500 |
---|---|---|
committer | Nelson Castillo <arhuaco@freaks-unidos.net> | 2009-09-22 23:08:06 -0500 |
commit | 7ddf2bb46771e10d4cc7da94b3c1210426806def (patch) | |
tree | 01c461e2cbeaf743b11a4832817dab9934895d82 /arch/arm/configs/gta02_packaging_defconfig | |
parent | 16e3d48d8ff84d279483b237c1e509ff1388eca2 (diff) |
Make s3c TS driver use s3c-adc API
I had a patch by Vasily Khoruzhick <anarsoul@gmail.com>
in the linux-arm-kernel as a guide for some of the changes.
Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
Diffstat (limited to 'arch/arm/configs/gta02_packaging_defconfig')
-rw-r--r-- | arch/arm/configs/gta02_packaging_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/gta02_packaging_defconfig b/arch/arm/configs/gta02_packaging_defconfig index 15defd28841..03c72d5652b 100644 --- a/arch/arm/configs/gta02_packaging_defconfig +++ b/arch/arm/configs/gta02_packaging_defconfig @@ -180,7 +180,7 @@ CONFIG_S3C24XX_PWM=y CONFIG_S3C24XX_GPIO_EXTRA=0 CONFIG_S3C2410_DMA=y # CONFIG_S3C2410_DMA_DEBUG is not set -# CONFIG_S3C24XX_ADC is not set +CONFIG_S3C24XX_ADC=y CONFIG_MACH_SMDK=y CONFIG_MACH_NEO1973=y CONFIG_PLAT_S3C=y |