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