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.
 
 
 
 
 
 

20 lines
570 B

# Copyright (c) 2024 BayLibre, SAS
# SPDX-License-Identifier: Apache-2.0
config ADC_CC23X0
bool "CC23X0 ADC driver"
default y
depends on DT_HAS_TI_CC23X0_ADC_ENABLED
select PINCTRL
help
Enable the TI CC23X0 ADC driver.
config ADC_CC23X0_DMA_DRIVEN
bool "DMA support for TI CC23X0 ADC devices"
depends on ADC_CC23X0
select DMA
help
DMA driven mode offloads data transfer tasks from the CPU
and requires fewer interrupts to handle the ADC sequence mode.
When DMA mode is used, the ADC internal gain is not compensated
for measurement adjustment.