Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f76f2928f118847dbbd9d2221390ab133de5ae6b
/
.
/
drivers
/
dac
/
Kconfig.ad559x
blob: 7bfcccb492e8172852b7299c515e485876e6d856 [
file
] [
log
] [
blame
]
# Copyright (c) 2023 Grinn
# SPDX-License-Identifier: Apache-2.0
config DAC_AD559X
bool
"AD559x DAC driver"
default
y
depends on DT_HAS_ADI_AD559X_DAC_ENABLED
select
MFD
help
Enable
the AD559x DAC driver
.