123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- # Configuration options for Actions INPUT YP DRIVERS
- # Copyright (c) 2020 Actions Technology Co., Ltd
- # SPDX-License-Identifier: Apache-2.0
- if INPUT_DEV_ACTS_TP_KEY
- config INPUT_DEV_ACTS_CST816S_TP_KEY
- bool "Actions SoC TP key driver"
- default n
- help
- Enable support for Actions SoC TP key driver.
- config INPUT_DEV_ACTS_CST816S_COB_TP_KEY
- bool "Actions SoC TP key driver"
- default n
- help
- Enable support for Actions SoC TP key driver.
- config INPUT_DEV_ACTS_CST820_TP_KEY
- bool "Actions SoC TP key driver"
- default n
- help
- Enable support for Actions SoC TP key driver.
- config INPUT_DEV_ACTS_IT7259_TP_KEY
- bool "Actions SoC TP key driver"
- default n
- help
- Enable support for Actions SoC TP key driver.
- config INPUT_DEV_ACTS_FT5X0X_TP_KEY
- bool "Actions SoC TP key driver"
- default n
- help
- Enable support for Actions SoC TP key driver.
- config INPUT_DEV_ACTS_FT3169_TP_KEY
- bool "FocalTech FT3169 TP key driver"
- default n
- help
- Enable support for FocalTech FT3169 TP key driver.
- config INPUT_DEV_ACTS_FT3168_TP_KEY
- bool "FocalTech FT3168 TP key driver"
- default n
- help
- Enable support for FocalTech FT3168 TP key driver.
- config INPUT_DEV_ACTS_ZTW622_TP_KEY
- bool "FocalTech ZTW622 TP key driver"
- help
- Enable support for FocalTech ZTW622 TP key driver.
- endif # INPUT_DEV_ACTS_TP_KEY
|