-
CONFIG_SPI_MCUX_BUF_SIZE
¶
Number of bytes in the local buffer
Type: int
Help¶
The mcux driver requires that the RX and TX buffers are the same length, however the Zephyr spi interface allows them to be different. When they are different, the mcux shim driver uses a local buffer. This option defines the size of the local buffer.
Defaults¶
- 16 if
SPI_MCUX_DSPI
&&SPI
Kconfig definition¶
At drivers/spi/Kconfig.mcux_dspi:18
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:38
→ drivers/spi/Kconfig:265
Menu path: (top menu) → Device Drivers → SPI hardware bus support → MCUX SPI driver
config SPI_MCUX_BUF_SIZE int prompt "Number of bytes in the local buffer" ifSPI_MCUX_DSPI
&&SPI
default 16 ifSPI_MCUX_DSPI
&&SPI
depends onSPI_MCUX_DSPI
&&SPI
help The mcux driver requires that the RX and TX buffers are the same length, however the Zephyr spi interface allows them to be different. When they are different, the mcux shim driver uses a local buffer. This option defines the size of the local buffer.
(Definitions include propagated dependencies, including from if’s and menus.)