123456789101112131415161718192021222324252627 |
- # Copyright (c) 2018 Intel Corporation
- # SPDX-License-Identifier: Apache-2.0
- menuconfig SPI_ACTS
- bool "actions SPI driver"
- help
- Enable support for actions SPI driver
- menuconfig SPIMT_ACTS
- bool "actions SPIMT driver"
- select RBUF_LIB
- help
- Enable support for actions SPIMT driver
- if SPIMT_ACTS
- config SPIMT_LARK
- bool "SPIMT driver on SoC Lark"
- default y
- depends on SOC_SERIES_LARK
- help
- Enable SPIMT driver on SoC Lark
- endif # SPIMT_ACTS
|