Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
30f0d85fa0da3aa0e010d1fa5b3134c93f01d87a
/
.
/
drivers
/
gpio
/
Kconfig.ad559x
blob: 68879b4884d2edddf5087fab30881b498a96feab [
file
] [
log
] [
blame
]
# Copyright (c) 2023 Grinn
# SPDX-License-Identifier: Apache-2.0
config GPIO_AD559X
bool
"AD559x GPIO driver"
default
y
depends on DT_HAS_ADI_AD559X_GPIO_ENABLED
select
MFD
help
Enable
the AD559x GPIO driver
.