:orphan: .. title:: BMI160_THREAD_STACK_SIZE .. option:: CONFIG_BMI160_THREAD_STACK_SIZE *Own thread stack size* Type: ``int`` Help ==== The thread stack size. Direct dependencies =================== \ :option:`BMI160_TRIGGER_OWN_THREAD ` && \ :option:`BMI160 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bmi160/Kconfig:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:67`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit .. parsed-literal:: config BMI160_THREAD_STACK_SIZE int "Own thread stack size" default 1024 depends on \ :option:`BMI160_TRIGGER_OWN_THREAD ` && \ :option:`BMI160 ` && \ :option:`SENSOR ` help The thread stack size. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*