mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-08-28 04:59:54 -04:00
20e219caf6
Signed-off-by: yuanbo <yuanbo@huawei.com>
21 lines
521 B
Plaintext
21 lines
521 B
Plaintext
config DRIVERS_HDF_INPUT
|
|
bool "Enable HDF input driver"
|
|
default n
|
|
depends on DRIVERS_HDF
|
|
help
|
|
Answer Y to enable HDF input driver.
|
|
|
|
config DRIVERS_HDF_TP_5P5_GT911
|
|
bool "Enable HDF tp 5P5 GT911 driver"
|
|
default n
|
|
depends on DRIVERS_HDF_INPUT
|
|
help
|
|
Answer Y to enable HDF TP 5P5 GT911 driver.
|
|
|
|
config DRIVERS_HDF_TP_2P35_FT6236
|
|
bool "Enable HDF tp 2P35 FT6236 driver"
|
|
default n
|
|
depends on DRIVERS_HDF_INPUT
|
|
help
|
|
Answer Y to enable HDF TP 2P35 FT6236 driver.
|