• 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