:orphan: .. title:: CONFIG_PCIE_EP_IPROC .. kconfig:: CONFIG_PCIE_EP_IPROC 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 =================== \ :kconfig:`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:42`` → ``/Kconfig:34`` → ``/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.)*