blob: 2efd9c3eea897d242ab9f3bf0b26fca2c0d6f9a1 [file] [log] [blame]
tracychuibab38f02020-04-29 16:24:36 +08001#
2# Himax Touchscreen driver configuration
3#
4
5config TOUCHSCREEN_HIMAX_I2C
6 tristate "HIMAX chipset i2c touchscreen"
7 depends on TOUCHSCREEN_HIMAX_CHIPSET
8 help
9 This enables support for HIMAX CHIPSET over I2C based touchscreens.
10
11config TOUCHSCREEN_HIMAX_DEBUG
12 tristate "HIMAX debug function"
13 depends on TOUCHSCREEN_HIMAX_I2C
14 help
15 This enables support for HIMAX debug function.
16
17config TOUCHSCREEN_HIMAX_ITO_TEST
18 tristate "HIMAX driver test over Dragon Board"
19 depends on TOUCHSCREEN_HIMAX_I2C
20 help
21 This enables support for HIMAX driver test over Dragon Board.
22
23config HMX_DB
24 tristate "HIMAX driver test over Dragon Board"
25 depends on TOUCHSCREEN_HIMAX_I2C
26 help
27 This enables support for HIMAX driver test over Dragon Board.