You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
4.1 KiB
137 lines
4.1 KiB
#
|
|
# Himax Touchscreen driver configuration
|
|
#
|
|
|
|
config TOUCHSCREEN_HIMAX_CHIPSET
|
|
bool "Himax touchpanel CHIPSET"
|
|
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.
|
|
|
|
config TOUCHSCREEN_HIMAX_COMMON
|
|
tristate "HIMAX chipset i2c touchscreen"
|
|
depends on TOUCHSCREEN_HIMAX_CHIPSET
|
|
help
|
|
This enables support for HIMAX CHIPSET over I2C based touchscreens.
|
|
|
|
config TOUCHSCREEN_HIMAX_I2C
|
|
tristate "HIMAX chipset i2c touchscreen"
|
|
depends on TOUCHSCREEN_HIMAX_COMMON
|
|
help
|
|
This enables support for HIMAX I2C based touchscreens.
|
|
|
|
config TOUCHSCREEN_HIMAX_SPI
|
|
tristate "HIMAX chipset spi touchscreen"
|
|
depends on TOUCHSCREEN_HIMAX_COMMON
|
|
help
|
|
This enables support for HIMAX SPI based touchscreens.
|
|
|
|
# ***************** On-cell Start *****************
|
|
config TOUCHSCREEN_HIMAX_ONCELL
|
|
tristate "HIMAX chipset on-cell function"
|
|
depends on TOUCHSCREEN_HIMAX_COMMON
|
|
help
|
|
This enables support for HIMAX CHIPSET of on-cell function.
|
|
|
|
config TOUCHSCREEN_HIMAX_IC_HX852xH
|
|
tristate "HIMAX chipset HX852xH function"
|
|
depends on TOUCHSCREEN_HIMAX_ONCELL
|
|
help
|
|
This enables support for HIMAX CHIPSET of HX852xH.
|
|
|
|
config TOUCHSCREEN_HIMAX_IC_HX852xG
|
|
tristate "HIMAX chipset HX852xG function"
|
|
depends on TOUCHSCREEN_HIMAX_ONCELL
|
|
help
|
|
This enables support for HIMAX CHIPSET of HX852xG.
|
|
|
|
# ***************** On-cell End *******************
|
|
# ***************** In-cell Start *****************
|
|
config TOUCHSCREEN_HIMAX_INCELL
|
|
tristate "HIMAX chipset in-cell function"
|
|
depends on TOUCHSCREEN_HIMAX_COMMON
|
|
help
|
|
This enables support for HIMAX CHIPSET of in-cell function.
|
|
|
|
config TOUCHSCREEN_HIMAX_IC_HX83191
|
|
tristate "HIMAX chipset HX83191 function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL
|
|
help
|
|
This enables support for HIMAX CHIPSET of HX83191.
|
|
|
|
config TOUCHSCREEN_HIMAX_IC_HX83113
|
|
tristate "HIMAX chipset HX83113 function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL
|
|
help
|
|
This enables support for HIMAX CHIPSET of HX83113.
|
|
|
|
config TOUCHSCREEN_HIMAX_IC_HX83112
|
|
tristate "HIMAX chipset HX83112 function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL
|
|
help
|
|
This enables support for HIMAX CHIPSET of HX83112.
|
|
|
|
config TOUCHSCREEN_HIMAX_IC_HX83111
|
|
tristate "HIMAX chipset HX83111 function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL
|
|
help
|
|
This enables support for HIMAX CHIPSET of HX83111.
|
|
|
|
config TOUCHSCREEN_HIMAX_IC_HX83106
|
|
tristate "HIMAX chipset HX83106 function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL
|
|
help
|
|
This enables support for HIMAX CHIPSET of HX83106.
|
|
|
|
config TOUCHSCREEN_HIMAX_IC_HX83103
|
|
tristate "HIMAX chipset HX83103 function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL
|
|
help
|
|
This enables support for HIMAX CHIPSET of HX83103.
|
|
|
|
config TOUCHSCREEN_HIMAX_IC_HX83102
|
|
tristate "HIMAX chipset HX83102 function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL
|
|
help
|
|
This enables support for HIMAX CHIPSET of HX83102.
|
|
|
|
config TOUCHSCREEN_HIMAX_IC_HX83121
|
|
tristate "HIMAX chipset HX83121 function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL
|
|
help
|
|
This enables support for HIMAX CHIPSET of HX83121.
|
|
|
|
config SEC_AOT
|
|
tristate "HIMAX chipset HX83102 function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL
|
|
help
|
|
This enables support for notify AOT to LCD.
|
|
|
|
# ***************** In-cell End *******************
|
|
|
|
config TOUCHSCREEN_HIMAX_DEBUG
|
|
tristate "HIMAX debug function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL || TOUCHSCREEN_HIMAX_ONCELL
|
|
help
|
|
This enables support for HIMAX debug function.
|
|
config TOUCHSCREEN_HIMAX_INSPECT
|
|
tristate "HIMAX inspect function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL || TOUCHSCREEN_HIMAX_ONCELL
|
|
help
|
|
This enables support for HIMAX debug function.
|
|
|
|
config TOUCHSCREEN_HIMAX_EMBEDDED_FIRMWARE
|
|
tristate "HIMAX embedded firmware function"
|
|
depends on TOUCHSCREEN_HIMAX_INCELL || TOUCHSCREEN_HIMAX_ONCELL
|
|
help
|
|
This enables built-in FW inside kernel as binary array
|
|
|
|
config HMX_DB
|
|
tristate "HIMAX driver test over Dragon Board"
|
|
depends on TOUCHSCREEN_HIMAX_COMMON
|
|
help
|
|
This enables support for HIMAX driver test over Dragon Board.
|
|
|
|
|