Add PCIe controller driver for brcmstb, required by Raspberry Pi 5. Signed-off-by: Junho Lee <junho@tsnlab.com>
10 lines
205 B
Text
10 lines
205 B
Text
# PCIe controller configuration options
|
|
|
|
# Copyright 2024 TSN Lab, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if PCIE_CONTROLLER
|
|
|
|
source "drivers/pcie/controller/Kconfig.brcmstb"
|
|
|
|
endif # PCIE_CONTROLLER
|