Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
476 B

# DAC configuration options
# Copyright (c) 2023 Google, LLC.
#
# SPDX-License-Identifier: Apache-2.0
config DAC_DACX0501
bool "TI DACx0501 DAC driver"
default y
depends on DT_HAS_TI_DACX0501_ENABLED
select I2C
help
Enable the driver for the TI DACx0501.
if DAC_DACX0501
config DAC_DACX0501_INIT_PRIORITY
int "Init priority"
default 80
help
TI DACx0501 DAC device driver initialization priority. Must be greater than I2C_INIT_PRIORITY.
endif # DAC_DACX0501