Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d65de422824134c496cc42f25eecc69efb51e1ee
/
.
/
drivers
/
gpio
/
Kconfig.aw9523b
blob: 78216701a84300e1b8ded454d01fa7e8306f9958 [
file
] [
log
] [
blame
]
# Copyright (c) 2024 TOKITA Hiroshi
# SPDX-License-Identifier: Apache-2.0
config GPIO_AW9523B
bool
"AW9523B GPIO driver"
default
y
depends on DT_HAS_AWINIC_AW9523B_GPIO_ENABLED
select
I2C
select
MFD
help
Enable
the AW9523B GPIO controller
.