The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_DMA_QMSI

Enable QMSI DMA driver

Type: bool

Help

QMSI DMA driver.

Direct dependencies

(DMA && SOC_QUARK_SE_C1000_SS) || (DMA && SOC_SERIES_QUARK_D2000) || (DMA && SOC_SERIES_QUARK_SE) || (QMSI && DMA)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:214

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config DMA_QMSI
    bool
    default "y" if DMA && SOC_QUARK_SE_C1000_SS
    depends on DMA && SOC_QUARK_SE_C1000_SS

At soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:130

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config DMA_QMSI
    bool
    default "y" if DMA && SOC_SERIES_QUARK_D2000
    depends on DMA && SOC_SERIES_QUARK_D2000

At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:176

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config DMA_QMSI
    bool
    default "y" if DMA && SOC_SERIES_QUARK_SE
    depends on DMA && SOC_SERIES_QUARK_SE

At drivers/dma/Kconfig.qmsi:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:66drivers/dma/Kconfig:56

Menu path: (top menu) → Device Drivers → DMA driver Configuration

menuconfig DMA_QMSI
    bool
    prompt "Enable QMSI DMA driver" if QMSI && DMA
    depends on QMSI && DMA
    help
      QMSI DMA driver.

(Definitions include propagated dependencies, including from if’s and menus.)