:orphan: .. title:: CONFIG_DMA_PL330 .. kconfig:: CONFIG_DMA_PL330 CONFIG_DMA_PL330 ################ *PL330 DMA driver* Type: ``bool`` Help ==== .. code-block:: none This option enables support of pl330 DMA Controller. Direct dependencies =================== \ :kconfig:`DMA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/dma/Kconfig.dma_pl330:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:68`` → ``/dma/Kconfig:37`` Menu path: (Top) → Device Drivers → DMA driver Configuration .. code-block:: kconfig config DMA_PL330 bool "PL330 DMA driver" depends on DMA help This option enables support of pl330 DMA Controller. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*