:orphan: .. title:: PCIE_EP_IPROC_V2 .. option:: CONFIG_PCIE_EP_IPROC_V2 *Version-2 of iProc PCIe EP controller* Type: ``bool`` Direct dependencies =================== \ :option:`PCIE_EP_IPROC ` && \ :option:`PCIE_ENDPOINT ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``drivers/pcie/endpoint/Kconfig.iproc:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:32`` → ``drivers/pcie/Kconfig:4`` → ``drivers/pcie/endpoint/Kconfig:19`` Menu path: (Top) → Device Drivers → Enable PCIe Endpoint support → Broadcom iProc PCIe EP driver .. parsed-literal:: config PCIE_EP_IPROC_V2 bool "Version-2 of iProc PCIe EP controller" default n depends on \ :option:`PCIE_EP_IPROC ` && \ :option:`PCIE_ENDPOINT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*