9bdff044f0
This commit introduces a driver for Analog AD5592 8-channel, configurable ADC/DAC/GPIO chip. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
# Copyright (c) 2023 Grinn
|
|
# SPDX -License-Identifier: Apache-2.0
|
|
|
|
config MFD_AD5592
|
|
bool "Analog AD5592 SPI configurable ADC/DAC/GPIO chip"
|
|
default y
|
|
depends on DT_HAS_ADI_AD5592_ENABLED
|
|
depends on SPI
|
|
help
|
|
Enable driver for Analog AD5592.
|