Kconfig.acts 458 B

12345678910111213141516171819202122232425
  1. # Copyright (c) 2018 Intel Corporation
  2. # SPDX-License-Identifier: Apache-2.0
  3. menuconfig I2C_ACTS
  4. bool "actions I2C driver"
  5. help
  6. Enable support for actions I2C driver
  7. menuconfig I2CMT_ACTS
  8. bool "actions I2CMT driver"
  9. select RBUF_LIB
  10. help
  11. Enable support for actions I2CMT driver
  12. if I2CMT_ACTS
  13. config I2CMT_LARK
  14. bool "I2CMT driver on SoC Lark"
  15. default y
  16. depends on SOC_SERIES_LARK
  17. help
  18. Enable I2CMT driver on SoC Lark
  19. endif # I2CMT_ACTS