:orphan: .. title:: IIS2DH_THREAD_STACK_SIZE .. option:: CONFIG_IIS2DH_THREAD_STACK_SIZE *Thread stack size* Type: ``int`` Help ==== .. code-block:: none Stack size of thread used by the driver to handle interrupts. Direct dependencies =================== \ :option:`IIS2DH_TRIGGER_OWN_THREAD ` && \ :option:`IIS2DH_TRIGGER ` && \ :option:`IIS2DH ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/sensor/iis2dh/Kconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:103`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2DH I2C/SPI accelerometer sensor driver .. code-block:: kconfig config IIS2DH_THREAD_STACK_SIZE int "Thread stack size" default 1024 depends on IIS2DH_TRIGGER_OWN_THREAD && IIS2DH_TRIGGER && IIS2DH && SENSOR help Stack size of thread used by the driver to handle interrupts. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*