Skip to content

Commit cc14641

Browse files
committed
ARM: s3c: remove adc.c
This driver could not be enabled on s3c64xx for a long time because of the ARCH_MULTIPLATFORM dependency, so remove it. Acked-by: Mark Brown <broonie@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 743c8fb commit cc14641

File tree

7 files changed

+0
-627
lines changed

7 files changed

+0
-627
lines changed

arch/arm/mach-s3c/Kconfig

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@ config S3C_GPIO_TRACK
6363
Internal configuration option to enable the s3c specific gpio
6464
chip tracking if the platform requires it.
6565

66-
# ADC driver
67-
68-
config S3C_ADC
69-
bool "ADC common driver support"
70-
depends on !ARCH_MULTIPLATFORM
71-
help
72-
Core support for the ADC block found in the Samsung SoC systems
73-
for drivers such as the touchscreen and hwmon to use to share
74-
this resource.
75-
7666
# device definitions to compile in
7767

7868
config S3C_DEV_HSMMC
@@ -165,11 +155,6 @@ config S3C_DEV_RTC
165155
help
166156
Compile in platform device definition for RTC
167157

168-
config SAMSUNG_DEV_ADC
169-
bool
170-
help
171-
Compile in platform device definition for ADC controller
172-
173158
config S3C64XX_DEV_SPI0
174159
bool
175160
help

arch/arm/mach-s3c/Kconfig.s3c64xx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ config MACH_WLF_CRAGG_6410
125125
select S3C_DEV_USB_HOST
126126
select S3C_DEV_USB_HSOTG
127127
select S3C_DEV_WDT
128-
select SAMSUNG_DEV_ADC
129128
select SAMSUNG_DEV_KEYPAD
130129
select SAMSUNG_DEV_PWM
131130
help

arch/arm/mach-s3c/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ include $(src)/Makefile.s3c64xx
88

99
obj-y += init.o cpu.o
1010

11-
# ADC
12-
13-
obj-$(CONFIG_S3C_ADC) += adc.o
14-
1511
# devices
1612

1713
obj-$(CONFIG_SAMSUNG_ATAGS) += platformdata.o

0 commit comments

Comments
 (0)