:orphan: .. title:: ADC_LMP90XXX_ACQUISITION_THREAD_STACK_SIZE .. option:: CONFIG_ADC_LMP90XXX_ACQUISITION_THREAD_STACK_SIZE *Stack size for the ADC data acquisition thread* Type: ``int`` Help ==== .. code-block:: none Size of the stack used for the internal data acquisition thread. Direct dependencies =================== \ :option:`ADC_LMP90XXX ` && \ :option:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 400 Kconfig definition ================== At ``/adc/Kconfig.lmp90xxx:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:48`` → ``/adc/Kconfig:55`` Menu path: (Top) → Device Drivers → ADC drivers → LMP90xxx driver .. code-block:: kconfig config ADC_LMP90XXX_ACQUISITION_THREAD_STACK_SIZE int "Stack size for the ADC data acquisition thread" default 400 depends on ADC_LMP90XXX && ADC help Size of the stack used for the internal data acquisition thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*