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>/drivers/spi/Kconfig.mcux_dspi:29

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:40<Zephyr>/drivers/spi/Kconfig:60

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.)