Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
98d0a2bb34e3b6c4c094e5ffb7ccc7bea7395152
/
.
/
drivers
/
gpio
/
Kconfig.bcm2711
blob: ad7c3c11b13f5b47aa50452d43d511a8a332e174 [
file
] [
log
] [
blame
]
# Copyright (c) 2023 Chen Xingyu <hi@xingrz.me>
# SPDX-License-Identifier: Apache-2.0
config GPIO_BCM2711
bool
"BCM2711 GPIO driver"
default
y
depends on DT_HAS_BRCM_BCM2711_GPIO_ENABLED
help
Enable
BCM2711 GPIO driver
.