1# iProc PCIe EP configuration options
2
3# Copyright 2020 Broadcom
4# SPDX-License-Identifier: Apache-2.0
5
6menuconfig PCIE_EP_IPROC
7	bool "Broadcom iProc PCIe EP driver"
8	help
9	  This option enables Broadcom iProc PCIe EP driver.
10
11if PCIE_EP_IPROC
12
13config PCIE_EP_IPROC_INIT_CFG
14	bool "Re-initialize PCIe MSI/MSIX configurations"
15
16config PCIE_EP_IPROC_V2
17	bool "Version-2 of iProc PCIe EP controller"
18
19endif # PCIE_EP_IPROC
20