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