zephyr/drivers/pcie/endpoint/Kconfig.iproc
Bartosz Bilas f5f110bb36 drivers: pcie: iproc: remove superfluous default n for boolean
bool symbols implicitly default to n so
there is no need to redundant those values.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
2022-04-15 10:32:24 -07:00

20 lines
421 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"
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"
config PCIE_EP_IPROC_V2
bool "Version-2 of iProc PCIe EP controller"
endif # PCIE_EP_IPROC