:orphan: .. title:: CONFIG_BMG160_THREAD_STACK_SIZE .. kconfig:: CONFIG_BMG160_THREAD_STACK_SIZE CONFIG_BMG160_THREAD_STACK_SIZE ############################### *Own thread stack size* Type: ``int`` Help ==== .. code-block:: none The thread stack size. Direct dependencies =================== \ :kconfig:`BMG160_TRIGGER_OWN_THREAD ` && \ :kconfig:`BMG160 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/sensor/bmg160/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:65`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support .. code-block:: kconfig config BMG160_THREAD_STACK_SIZE int "Own thread stack size" default 1024 depends on BMG160_TRIGGER_OWN_THREAD && BMG160 && SENSOR help The thread stack size. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*