1# Copyright (c) 2024 Jan Kubiznak <jan.kubiznak@deveritec.com> 2# SPDX-License-Identifier: Apache-2.0 3 4config DAC_AD569X 5 bool "Analog Devices AD5691 / AD5692 / AD5693 DAC driver" 6 default y 7 select I2C 8 depends on DT_HAS_ADI_AD5691_ENABLED || DT_HAS_ADI_AD5692_ENABLED || DT_HAS_ADI_AD5693_ENABLED 9 help 10 Enable the driver for the Analog Devices AD569X. 11