blob: 12b7e560fb0c5907bbf27691020cb697e9fb5062 [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.iproc"
endif # PCIE_ENDPOINT