diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-29 17:30:48 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 09:26:05 +0100 |
commit | cc146410f9a4abae417b476ea1631089c0ddd171 (patch) | |
tree | 29baab892c52727da5d4ccc8b8a87aa1ce117d9c /arch/arm/mach-s3c/Kconfig.s3c64xx | |
parent | ARM: s3c: remove most s3c64xx board support (diff) | |
download | linux-cc146410f9a4abae417b476ea1631089c0ddd171.tar.xz linux-cc146410f9a4abae417b476ea1631089c0ddd171.zip |
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>
Diffstat (limited to 'arch/arm/mach-s3c/Kconfig.s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c/Kconfig.s3c64xx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c/Kconfig.s3c64xx b/arch/arm/mach-s3c/Kconfig.s3c64xx index 0da214c43fba..c403d7642f0a 100644 --- a/arch/arm/mach-s3c/Kconfig.s3c64xx +++ b/arch/arm/mach-s3c/Kconfig.s3c64xx @@ -125,7 +125,6 @@ config MACH_WLF_CRAGG_6410 select S3C_DEV_USB_HOST select S3C_DEV_USB_HSOTG select S3C_DEV_WDT - select SAMSUNG_DEV_ADC select SAMSUNG_DEV_KEYPAD select SAMSUNG_DEV_PWM help |