diff options
author | Giulio Benetti <giulio.benetti@benettiengineering.com> | 2021-04-13 18:46:53 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2021-04-13 19:08:30 -0700 |
commit | aa2f62cf211a0985c14fd78a17d55296769698d6 (patch) | |
tree | f02db00ce2ba5294cf1ec255c6d18c02b26ee553 /drivers/input/touchscreen/Kconfig | |
parent | d19989a2d9d79c226bb5c094d1cc9f0c8959e9f4 (diff) | |
download | linux-stable-aa2f62cf211a0985c14fd78a17d55296769698d6.tar.gz linux-stable-aa2f62cf211a0985c14fd78a17d55296769698d6.tar.bz2 linux-stable-aa2f62cf211a0985c14fd78a17d55296769698d6.zip |
Input: add driver for the Hycon HY46XX touchpanel series
This patch adds support for Hycon HY46XX.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Link: https://lore.kernel.org/r/20210413144446.2277817-4-giulio.benetti@benettiengineering.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 5f76192164c1..ad454cd2855a 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -411,6 +411,17 @@ config TOUCHSCREEN_HIDEEP To compile this driver as a module, choose M here : the module will be called hideep_ts. +config TOUCHSCREEN_HYCON_HY46XX + tristate "Hycon hy46xx touchscreen support" + depends on I2C + help + Say Y here if you have a touchscreen using Hycon hy46xx + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called hycon-hy46xx. + config TOUCHSCREEN_ILI210X tristate "Ilitek ILI210X based touchscreen" depends on I2C |