CONFIG_MCUX_DSPI_EDMA_SHUFFLE_DATA¶
use the internal data process
Type: bool
Help¶
TX data need pre-fix with command, user can choose not to use it
Direct dependencies¶
DSPI_MCUX_EDMA && SPI_MCUX_DSPI && SPI
(Includes any dependencies from ifs and menus.)
Default¶
- y 
Kconfig definition¶
At <Zephyr Driver>/spi/Kconfig.mcux_dspi:29
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:40 → <Zephyr Driver>/spi/Kconfig:50
Menu path: (Top) → Device Drivers → SPI hardware bus support → MCUX SPI driver → ENABLE EDMA for DSPI driver
config MCUX_DSPI_EDMA_SHUFFLE_DATA
    bool "use the internal data process"
    default y
    depends on DSPI_MCUX_EDMA && SPI_MCUX_DSPI && SPI
    help
      TX data need pre-fix with command, user can choose not to use it
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)