CONFIG_LM77_TRIGGER_THREAD_STACK_SIZE
Stack size for the trigger workqueue thread
Type: int
Help
Size of the stack used for the internal trigger workqueue thread.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
512
Kconfig definition
At <Zephyr>/drivers/sensor/lm77/Kconfig:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:137
Menu path: (Top) → Device Drivers → Sensor Drivers → LM77 Temperature Sensor → Trigger support
config LM77_TRIGGER_THREAD_STACK_SIZE
int "Stack size for the trigger workqueue thread"
default 512
depends on LM77_TRIGGER && SENSOR
help
Size of the stack used for the internal trigger workqueue thread.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)