mirror of
https://github.com/openharmony/drivers_adapter_khdf_linux.git
synced 2026-07-16 05:31:52 -04:00
035a863430
Signed-off-by: s00442234 <susha@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.
|