zephyr/drivers/pcie/controller/Kconfig.brcmstb
Junho Lee 5edfd02691 drivers: pcie: add brcmstb pcie controller driver
Add PCIe controller driver for brcmstb, required by Raspberry Pi 5.

Signed-off-by: Junho Lee <junho@tsnlab.com>
2025-01-08 21:03:03 +01:00

9 lines
280 B
Text

# Copyright (c) 2024 Junho Lee <junho@tsnlab.com>
# SPDX-License-Identifier: Apache-2.0
config PCIE_BRCMSTB
bool "Broadcom Set-top box SoC PCIe Driver"
default y
depends on DT_HAS_BRCM_BRCMSTB_PCIE_ENABLED
help
Enable Driver for Broadcom Set-top box SoC PCIe controllers.