Skip to content

Commit aa2f62c

Browse files
giuliobenettidtor
authored andcommitted
Input: add driver for the Hycon HY46XX touchpanel series
This patch adds support for Hycon HY46XX. Signed-off-by: Giulio Benetti <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent d19989a commit aa2f62c

File tree

4 files changed

+604
-0
lines changed

4 files changed

+604
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8249,6 +8249,7 @@ M: Giulio Benetti <[email protected]>
82498249
82508250
S: Maintained
82518251
F: Documentation/devicetree/bindings/input/touchscreen/hycon,hy46xx.yaml
8252+
F: drivers/input/touchscreen/hy46xx.c
82528253

82538254
HYGON PROCESSOR SUPPORT
82548255
M: Pu Wen <[email protected]>

drivers/input/touchscreen/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,17 @@ config TOUCHSCREEN_HIDEEP
411411
To compile this driver as a module, choose M here : the
412412
module will be called hideep_ts.
413413

414+
config TOUCHSCREEN_HYCON_HY46XX
415+
tristate "Hycon hy46xx touchscreen support"
416+
depends on I2C
417+
help
418+
Say Y here if you have a touchscreen using Hycon hy46xx
419+
420+
If unsure, say N.
421+
422+
To compile this driver as a module, choose M here: the
423+
module will be called hycon-hy46xx.
424+
414425
config TOUCHSCREEN_ILI210X
415426
tristate "Ilitek ILI210X based touchscreen"
416427
depends on I2C

drivers/input/touchscreen/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ obj-$(CONFIG_TOUCHSCREEN_DA9052) += da9052_tsi.o
3434
obj-$(CONFIG_TOUCHSCREEN_DYNAPRO) += dynapro.o
3535
obj-$(CONFIG_TOUCHSCREEN_EDT_FT5X06) += edt-ft5x06.o
3636
obj-$(CONFIG_TOUCHSCREEN_HAMPSHIRE) += hampshire.o
37+
obj-$(CONFIG_TOUCHSCREEN_HYCON_HY46XX) += hycon-hy46xx.o
3738
obj-$(CONFIG_TOUCHSCREEN_GUNZE) += gunze.o
3839
obj-$(CONFIG_TOUCHSCREEN_EETI) += eeti_ts.o
3940
obj-$(CONFIG_TOUCHSCREEN_EKTF2127) += ektf2127.o

0 commit comments

Comments
 (0)