:orphan: .. title:: CONFIG_PCIE_EP_IPROC_INIT_CFG .. kconfig:: CONFIG_PCIE_EP_IPROC_INIT_CFG CONFIG_PCIE_EP_IPROC_INIT_CFG ############################# *Re-initialize PCIe MSI/MSIX configurations* Type: ``bool`` Direct dependencies =================== \ :kconfig:`PCIE_EP_IPROC ` && \ :kconfig:`PCIE_ENDPOINT ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/pcie/endpoint/Kconfig.iproc:14`` 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 → Broadcom iProc PCIe EP driver .. code-block:: kconfig config PCIE_EP_IPROC_INIT_CFG bool "Re-initialize PCIe MSI/MSIX configurations" default n depends on PCIE_EP_IPROC && PCIE_ENDPOINT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*