Lines Matching +full:spi +full:- +full:if
1 # Atmel SAM SPI
5 # SPDX-License-Identifier: Apache-2.0
8 bool "Atmel SAM series SPI driver"
14 Enable support for the SAM SPI driver.
16 if SPI_SAM
18 bool "SPI SAM DMA Support"
19 default y if SPI_RTIO
22 Enable using DMA with SPI for SPI instances that enable dma channels in
25 if SPI_RTIO
28 default 8 # Sensible default that covers most common spi transactions
30 When RTIO is use with SPI each driver holds a context with which blocking
31 API calls use to perform SPI transactions. This queue needs to be as deep
32 as the longest set of spi_buf_sets used, where normal SPI operations are
34 spi buffer sets for transmit/receive are not always matched equally in