1# Copyright (c) 2023 Chen Xingyu <hi@xingrz.me>
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_BCM2711
5	bool "BCM2711 GPIO driver"
6	default y
7	depends on DT_HAS_BRCM_BCM2711_GPIO_ENABLED
8	help
9	  Enable BCM2711 GPIO driver.
10