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

Commit 4dedc701 authored by Vijay Navnath Kamble's avatar Vijay Navnath Kamble
Browse files

input: touchscreen: Add himax touchscreen config



Add himax touchscreen config to enble the compilation
of himax touch driver.

Change-Id: Idbd6e54627abe8341a3c9931b8a470215b68655d
Signed-off-by: default avatarVijay Navnath Kamble <vkambl@codeaurora.org>
parent bebf1784
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