diff options
author | Ksenija Stanojevic <ksenija.stanojevic@gmail.com> | 2017-03-16 15:27:11 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-03-23 15:28:54 +0300 |
commit | d81ca730e3e40f4fd59ab3dfcad29aed6257944d (patch) | |
tree | 19e1c29ecc369e6bb2f4ec5ce752eda5b905f5d7 /drivers/input/touchscreen/Kconfig | |
parent | 6dd112b9f85e5f24ac8c15d892690cb44a4b7936 (diff) | |
download | linux-d81ca730e3e40f4fd59ab3dfcad29aed6257944d.tar.xz |
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>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 033599777651..52458cfdf017 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -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 |