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.
|