| # ADS1X1X ADC configuration options |
| # Copyright (c) 2021 Facebook, Inc. |
| # SPDX-License-Identifier: Apache-2.0 |
| depends on DT_HAS_TI_ADS1013_ENABLED || DT_HAS_TI_ADS1014_ENABLED || \ |
| DT_HAS_TI_ADS1015_ENABLED || DT_HAS_TI_ADS1113_ENABLED || \ |
| DT_HAS_TI_ADS1114_ENABLED || DT_HAS_TI_ADS1115_ENABLED || \ |
| DT_HAS_TI_ADS1119_ENABLED |
| select ADC_CONFIGURABLE_INPUTS |
| Enable ADS1X1X ADC driver. |
| config ADC_ADS1X1X_INIT_PRIORITY |
| ADS1X1X ADC device driver initialization priority. |
| config ADC_ADS1X1X_ACQUISITION_THREAD_PRIO |
| int "Priority for the ADC data acquisition thread" |
| Priority level for the internal ADC data acquisition thread. |
| config ADC_ADS1X1X_ACQUISITION_THREAD_STACK_SIZE |
| int "Stack size for the ADC data acquisition thread" |
| Size of the stack used for the internal data acquisition |