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