1# PCIe Endpoint configuration options 2 3# Copyright 2020 Broadcom 4# SPDX-License-Identifier: Apache-2.0 5 6menuconfig PCIE_ENDPOINT 7 bool "PCIe Endpoint support" 8 help 9 This option enables PCIe Endpoint support. 10 11if PCIE_ENDPOINT 12 13module = PCIE_EP 14module-str = PCIE_EP 15source "subsys/logging/Kconfig.template.log_config" 16 17comment "PCIe Endpoint Drivers" 18 19source "drivers/pcie/endpoint/Kconfig.iproc" 20 21endif # PCIE_ENDPOINT 22