Kconfig.acts 604 B

12345678910111213141516171819202122232425262728293031323334
  1. # Copyright (c) 2018 Intel Corporation
  2. # SPDX-License-Identifier: Apache-2.0
  3. menuconfig SPI_ACTS
  4. bool "actions SPI driver"
  5. help
  6. Enable support for actions SPI driver
  7. menuconfig SPIMT_ACTS
  8. bool "actions SPIMT driver"
  9. select RBUF_LIB
  10. help
  11. Enable support for actions SPIMT driver
  12. if SPIMT_ACTS
  13. config SPIMT_LARK
  14. bool "SPIMT driver on SoC Lark"
  15. default n
  16. depends on SOC_SERIES_LARK
  17. help
  18. Enable SPIMT driver on SoC Lark
  19. config SPIMT_LEOPARD
  20. bool "SPIMT driver on SoC Leopard"
  21. default y
  22. depends on SOC_SERIES_LEOPARD
  23. help
  24. Enable SPIMT driver on SoC Leopard
  25. endif # SPIMT_ACTS