:orphan: .. title:: CONFIG_DSPI_MCUX_EDMA .. kconfig:: CONFIG_DSPI_MCUX_EDMA CONFIG_DSPI_MCUX_EDMA ##################### *ENABLE EDMA for DSPI driver* Type: ``bool`` Help ==== .. code-block:: none Enable the MCUX DSPI driver. Direct dependencies =================== \ :kconfig:`HAS_MCUX ` && \ :kconfig:`HAS_MCUX_EDMA ` && \ :kconfig:`SPI_MCUX_DSPI ` && \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/spi/Kconfig.mcux_dspi:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:50`` Menu path: (Top) → Device Drivers → SPI hardware bus support → MCUX SPI driver .. code-block:: kconfig config DSPI_MCUX_EDMA bool "ENABLE EDMA for DSPI driver" depends on HAS_MCUX && HAS_MCUX_EDMA && SPI_MCUX_DSPI && SPI help Enable the MCUX DSPI driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*