Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9937d101 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: Add himax touchscreen config"

parents 5d490b65 4dedc701
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1138,4 +1138,16 @@ config TOUCHSCREEN_MAXIM_STI
source "drivers/input/touchscreen/gt9xx/Kconfig"
source "drivers/input/touchscreen/focaltech_touch/Kconfig"

config TOUCHSCREEN_HIMAX_CHIPSET
	bool "Himax touchpanel CHIPSET"
	depends on I2C
	help
	  Say Y here if you have a Himax CHIPSET touchscreen.
	  HIMAX controllers are multi touch controllers which can
	  report 10 touches at a time.

          If unsure, say N.

source "drivers/input/touchscreen/hxchipset/Kconfig"

endif