mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
input: touchscreen: mxs-lradc: Add support for touchscreen
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
committed by
Lee Jones
parent
6dd112b9f8
commit
d81ca730e3
@@ -829,6 +829,16 @@ config TOUCHSCREEN_USB_COMPOSITE
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called usbtouchscreen.
|
||||
|
||||
config TOUCHSCREEN_MXS_LRADC
|
||||
tristate "Freescale i.MX23/i.MX28 LRADC touchscreen"
|
||||
depends on MFD_MXS_LRADC
|
||||
help
|
||||
Say Y here if you have a touchscreen connected to the low-resolution
|
||||
analog-to-digital converter (LRADC) on an i.MX23 or i.MX28 processor.
|
||||
|
||||
To compile this driver as a module, choose M here: the module will be
|
||||
called mxs-lradc-ts.
|
||||
|
||||
config TOUCHSCREEN_MX25
|
||||
tristate "Freescale i.MX25 touchscreen input driver"
|
||||
depends on MFD_MX25_TSADC
|
||||
|
||||
Reference in New Issue
Block a user