File names such as pcie_ep_bcm_iproc.c / pcie_ep_bcm_iproc_regs.h seem unnecessarily long, same with CONFIG symbols' names. Let's shorten them by replacing 'bcm_iproc' with simply 'iproc'. Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>
23 lines
454 B
Plaintext
23 lines
454 B
Plaintext
# iProc PCIe EP configuration options
|
|
|
|
# Copyright 2020 Broadcom
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig PCIE_EP_IPROC
|
|
bool "Broadcom iProc PCIe EP driver"
|
|
default n
|
|
help
|
|
This option enables Broadcom iProc PCIe EP driver.
|
|
|
|
if PCIE_EP_IPROC
|
|
|
|
config PCIE_EP_IPROC_INIT_CFG
|
|
bool "Re-initialize PCIe MSI/MSIX configurations"
|
|
default n
|
|
|
|
config PCIE_EP_IPROC_V2
|
|
bool "Version-2 of iProc PCIe EP controller"
|
|
default n
|
|
|
|
endif # PCIE_EP_IPROC
|