• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config DRIVERS_HDF_INPUT
2    bool "Enable HDF input driver"
3    default n
4    depends on DRIVERS_HDF
5    help
6      Answer Y to enable HDF input driver.
7
8config DRIVERS_HDF_TP_5P5_GT911
9    bool "Enable HDF tp 5P5 GT911 driver"
10    default n
11    depends on DRIVERS_HDF_INPUT
12    help
13      Answer Y to enable HDF TP 5P5 GT911 driver.
14
15config DRIVERS_HDF_TP_2P35_FT6236
16    bool "Enable HDF tp 2P35 FT6236 driver"
17    default n
18    depends on DRIVERS_HDF_INPUT
19    help
20      Answer Y to enable HDF TP 2P35 FT6236 driver.
21
22config DRIVERS_HDF_INPUT_INFRARED
23    bool "Enable HDF infrared driver"
24    default n
25    depends on DRIVERS_HDF_INPUT
26    help
27      Answer Y to enable HDF infrared driver.
28
29config DRIVERS_HDF_TP_5P43_FT5406
30    bool "Enable HDF tp 5P43 FT5406 driver"
31    default n
32    depends on DRIVERS_HDF_INPUT
33    help
34      Answer Y to enable HDF TP 5P43 FT5406 driver.
35
36config ARCH_NXP_TOUCH
37    bool "Enable HDF tp nxp ft5x06 touch"
38    default n
39    depends on DRIVERS_HDF_INPUT
40    help
41      Answer Y to enable HDF TP nxp ft5x06 touch.