:orphan: .. title:: CONFIG_ADC_LMP90XXX_ACQUISITION_THREAD_PRIO .. kconfig:: CONFIG_ADC_LMP90XXX_ACQUISITION_THREAD_PRIO CONFIG_ADC_LMP90XXX_ACQUISITION_THREAD_PRIO ########################################### *Priority for the ADC data acquisition thread* Type: ``int`` Help ==== .. code-block:: none Priority level for the internal ADC data acquisition thread. Direct dependencies =================== \ :kconfig:`ADC_LMP90XXX ` && \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/adc/Kconfig.lmp90xxx:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/adc/Kconfig:55`` Menu path: (Top) → Device Drivers → ADC drivers → LMP90xxx driver .. code-block:: kconfig config ADC_LMP90XXX_ACQUISITION_THREAD_PRIO int "Priority for the ADC data acquisition thread" default 0 depends on ADC_LMP90XXX && ADC help Priority level for the internal ADC data acquisition thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*