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.
26 lines
717 B
26 lines
717 B
# Copyright (c) 2025 Analog Devices, Inc. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config ADC_AD7124 |
|
bool "ADI AD7124 Analog-to-Digital Converter" |
|
default y |
|
depends on DT_HAS_ADI_AD7124_ADC_ENABLED |
|
select SPI |
|
select CRC |
|
select ADC_CONFIGURABLE_INPUTS |
|
select ADC_CONFIGURABLE_EXCITATION_CURRENT_SOURCE_PIN |
|
help |
|
Enable the ad7124 adc |
|
|
|
config ADI_AD7124_ADC_ACQUISITION_THREAD_INIT_PRIO |
|
int "ADC data acquisition thread priority" |
|
default 0 |
|
depends on ADC_AD7124 && ADC_ASYNC |
|
|
|
config ADI_AD7124_ADC_ACQUISITION_THREAD_STACK_SIZE |
|
int "Stack size for the ADC data acquisition thread" |
|
default 400 |
|
depends on ADC_AD7124 && ADC_ASYNC |
|
help |
|
Size of the stack used for the internal data acquisition |
|
thread.
|
|
|