:orphan: .. title:: FXOS8700_THREAD_STACK_SIZE .. option:: CONFIG_FXOS8700_THREAD_STACK_SIZE *Own thread stack size* Type: ``int`` Direct dependencies =================== \ :option:`FXOS8700_TRIGGER_OWN_THREAD ` && \ :option:`FXOS8700_TRIGGER ` && \ :option:`FXOS8700 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/fxos8700/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:83`` Menu path: (Top) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver .. parsed-literal:: config FXOS8700_THREAD_STACK_SIZE int "Own thread stack size" default 1024 depends on \ :option:`FXOS8700_TRIGGER_OWN_THREAD ` && \ :option:`FXOS8700_TRIGGER ` && \ :option:`FXOS8700 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*