:orphan: .. title:: CONFIG_MCUX_DSPI_EDMA_SHUFFLE_DATA .. kconfig:: CONFIG_MCUX_DSPI_EDMA_SHUFFLE_DATA CONFIG_MCUX_DSPI_EDMA_SHUFFLE_DATA ################################## *use the internal data process* Type: ``bool`` Help ==== .. code-block:: none TX data need pre-fix with command, user can choose not to use it Direct dependencies =================== \ :kconfig:`DSPI_MCUX_EDMA ` && \ :kconfig:`SPI_MCUX_DSPI ` && \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/spi/Kconfig.mcux_dspi:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:50`` Menu path: (Top) → Device Drivers → SPI hardware bus support → MCUX SPI driver → ENABLE EDMA for DSPI driver .. code-block:: kconfig 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.)*