:orphan: .. title:: PCIE_EP_IPROC .. option:: CONFIG_PCIE_EP_IPROC *Broadcom iProc PCIe EP driver* Type: ``bool`` Help ==== .. code-block:: none This option enables Broadcom iProc PCIe EP driver. Direct dependencies =================== \ :option:`PCIE_ENDPOINT ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/pcie/endpoint/Kconfig.iproc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:32`` → ``/pcie/Kconfig:4`` → ``/pcie/endpoint/Kconfig:19`` Menu path: (Top) → Device Drivers → Enable PCIe Endpoint support .. code-block:: kconfig menuconfig PCIE_EP_IPROC bool "Broadcom iProc PCIe EP driver" default n depends on PCIE_ENDPOINT help This option enables Broadcom iProc PCIe EP driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*