zephyr/drivers/dac/Kconfig.ad569x
Benjamin Cabé 30ce8b1b18 drivers: fix bad SPDX-License-Identifier header
fix typo in SPDX header

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-05-08 09:23:16 -04:00

11 lines
356 B
Plaintext

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