Re: [patch 1/1] TOUCHSCREEN: S3C24XX touchscreen driver from Arnaud Patard.
From: Ben Dooks <hidden>
Date: 2009-11-19 12:06:11
Also in:
linux-arm-kernel, linux-samsung-soc
From: Ben Dooks <hidden>
Date: 2009-11-19 12:06:11
Also in:
linux-arm-kernel, linux-samsung-soc
Mark Brown wrote:
On Thu, Nov 19, 2009 at 01:46:55PM +0800, Shine Liu wrote:quoted
On Wed, 2009-11-18 at 23:29 +0000, Ben Dooks wrote:quoted
quoted
+config TOUCHSCREEN_S3C2410 + tristate "Samsung S3C2410 touchscreen input driver" + depends on ARCH_S3C2410 && INPUT && INPUT_TOUCHSCREEN + select SERIO + help + Say Y here if you have the s3c2410 touchscreen. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called s3c2410_ts.quoted
S3C24XX_ADC should be added to the depends.It's probably more friendly to select rather than depend on it to avoid the option being hidden.
I prefer the 'select S3C24XX_ADC' and have the symbol available. Will update the patch.