17b1912bc3
Rename ad5592 files in dts, driver and include to ad559x and add support for I2C bus which is required for AD5593. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
# 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.
|