:orphan: .. title:: DMA_IPROC_PAX .. option:: CONFIG_DMA_IPROC_PAX *Broadcom PAX(PCIE<->AXI) DMA driver* Type: ``bool`` Direct dependencies =================== \ :option:`PCIE_EP_IPROC ` && \ :option:`DMA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/dma/Kconfig.iproc_pax:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:66`` → ``/dma/Kconfig:39`` Menu path: (Top) → Device Drivers → DMA driver Configuration .. code-block:: kconfig config DMA_IPROC_PAX bool "Broadcom PAX(PCIE<->AXI) DMA driver" depends on PCIE_EP_IPROC && DMA *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*