On Mon, Oct 24, 2022, at 14:50, Krzysztof Kozlowski wrote: > On 21/10/2022 16:27, Arnd Bergmann wrote: >> From: Arnd Bergmann <arnd@xxxxxxxx> >> >> The s3c24xx SoC support and its adc driver was removed, so this driver >> has no remaining users. >> >> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> >> --- >> drivers/input/touchscreen/Kconfig | 12 - >> drivers/input/touchscreen/Makefile | 1 - >> drivers/input/touchscreen/s3c2410_ts.c | 464 ------------------------- >> 3 files changed, 477 deletions(-) > > This also could be usable on S3C64xx, but it seems no one added any DT > nodes, so: > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Thanks. To clarify, the key bit here is the 'depends on S3C_ADC', and that driver in turn 'depends on !ARCH_MULTIPLATFORM' since 2014. So even for the boardfile variant of s3c64xx, it was already impossible to use for a long time without anyone complaining or trying to fix it. Arnd