Re: [PATCH 01/10] Input: s3c2410_ts: fix S3C_ADC dependency

2015-11-30 Thread Krzysztof Kozlowski
On 26.11.2015 01:06, Arnd Bergmann wrote: > S3C_ADC is only available on machines that don't do ARCH_MULTIPLATFORM, > so changing the 'select' into 'depends on' here helps us move to > ARCH_MULTIPLATFORM without introducing regressions. > > Signed-off-by: Arnd Bergmann > Acked-by:

[PATCH 01/10] Input: s3c2410_ts: fix S3C_ADC dependency

2015-11-25 Thread Arnd Bergmann
S3C_ADC is only available on machines that don't do ARCH_MULTIPLATFORM, so changing the 'select' into 'depends on' here helps us move to ARCH_MULTIPLATFORM without introducing regressions. Signed-off-by: Arnd Bergmann Acked-by: Dmitry Torokhov ---

Re: [PATCH 01/10] Input: s3c2410_ts: fix S3C_ADC dependency

2015-03-04 Thread Dmitry Torokhov
On Mon, Mar 02, 2015 at 01:35:54PM +0100, Arnd Bergmann wrote: S3C_ADC is only available on machines that don't do ARCH_MULTIPLATFORM, so changing the 'select' into 'depends on' here helps us move to ARCH_MULTIPLATFORM without introducing regressions. Signed-off-by: Arnd Bergmann

[PATCH 01/10] Input: s3c2410_ts: fix S3C_ADC dependency

2015-03-02 Thread Arnd Bergmann
S3C_ADC is only available on machines that don't do ARCH_MULTIPLATFORM, so changing the 'select' into 'depends on' here helps us move to ARCH_MULTIPLATFORM without introducing regressions. Signed-off-by: Arnd Bergmann a...@arndb.de --- drivers/input/touchscreen/Kconfig | 2 +- 1 file changed, 1