Kconfig 752 B

1234567891011121314151617181920212223242526272829303132
  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_IT7259_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_FT5X0X_TP_KEY
  21. bool "Actions SoC TP key driver"
  22. default n
  23. help
  24. Enable support for Actions SoC TP key driver.
  25. endif # INPUT_DEV_ACTS_TP_KEY