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