blob: fe77a9740bb6f4c2bb392ff0cd47e125cdf28603 [file] [log] [blame]
# PCIe Endpoint configuration options
# Copyright 2020 Broadcom
# SPDX-License-Identifier: Apache-2.0
menuconfig PCIE_ENDPOINT
bool "Enable PCIe Endpoint support"
help
This option enables PCIe Endpoint support.
if PCIE_ENDPOINT
module = PCIE_EP
module-str = PCIE_EP
source "subsys/logging/Kconfig.template.log_config"
comment "PCIe Endpoint Drivers"
source "drivers/pcie/endpoint/Kconfig.bcm_iproc"
endif # PCIE_ENDPOINT