Kconfig.acts 460 B

123456789101112131415161718192021222324252627
  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 y
  16. depends on SOC_SERIES_LARK
  17. help
  18. Enable SPIMT driver on SoC Lark
  19. endif # SPIMT_ACTS