CONFIG_DSPI_MCUX_EDMA¶
ENABLE EDMA for DSPI driver
Type: bool
Help¶
Enable the MCUX DSPI driver.
Direct dependencies¶
HAS_MCUX && HAS_MCUX_EDMA && SPI_MCUX_DSPI && SPI
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/spi/Kconfig.mcux_dspi:15
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
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.)