Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Configuration options for Actions INPUT YP DRIVERS
  2. # Copyright (c) 2020 Actions Technology Co., Ltd
  3. # SPDX-License-Identifier: Apache-2.0
  4. if INPUT_DEV_ACTS_TP_KEY
  5. config INPUT_DEV_ACTS_CST816S_TP_KEY
  6. bool "Actions SoC TP key driver"
  7. default n
  8. help
  9. Enable support for Actions SoC TP key driver.
  10. config INPUT_DEV_ACTS_CST816S_COB_TP_KEY
  11. bool "Actions SoC TP key driver"
  12. default n
  13. help
  14. Enable support for Actions SoC TP key driver.
  15. config INPUT_DEV_ACTS_CST820_TP_KEY
  16. bool "Actions SoC TP key driver"
  17. default n
  18. help
  19. Enable support for Actions SoC TP key driver.
  20. config INPUT_DEV_ACTS_IT7259_TP_KEY
  21. bool "Actions SoC TP key driver"
  22. default n
  23. help
  24. Enable support for Actions SoC TP key driver.
  25. config INPUT_DEV_ACTS_FT5X0X_TP_KEY
  26. bool "Actions SoC TP key driver"
  27. default n
  28. help
  29. Enable support for Actions SoC TP key driver.
  30. config INPUT_DEV_ACTS_FT3169_TP_KEY
  31. bool "FocalTech FT3169 TP key driver"
  32. default n
  33. help
  34. Enable support for FocalTech FT3169 TP key driver.
  35. config INPUT_DEV_ACTS_FT3168_TP_KEY
  36. bool "FocalTech FT3168 TP key driver"
  37. default n
  38. help
  39. Enable support for FocalTech FT3168 TP key driver.
  40. config INPUT_DEV_ACTS_ZTW622_TP_KEY
  41. bool "FocalTech ZTW622 TP key driver"
  42. help
  43. Enable support for FocalTech ZTW622 TP key driver.
  44. endif # INPUT_DEV_ACTS_TP_KEY