zephyr/drivers/dac/Kconfig.dacx0508
Kwon Tae-young 2aeed81202 drivers: dac: Added driver for TI DACx0508
TI's DACx0508 is a DAC chip that supports SPI.
Gain and Reference can be set through the register.

Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
2020-08-26 12:24:43 +02:00

22 lines
390 B
Plaintext

# DAC configuration options
# Copyright (c) 2020 M2I Corporation
#
# SPDX-License-Identifier: Apache-2.0
config DAC_DACX0508
bool "TI DACx0508 DAC driver"
depends on SPI
help
Enable the driver for the TI DACx0508.
if DAC_DACX0508
config DAC_DACX0508_INIT_PRIORITY
int "Init priority"
default 80
help
DACx0508 DAC device driver initialization priority.
endif # DAC_DACX0508