:orphan: .. title:: CONFIG_BMC150_MAGN_TRIGGER_THREAD_STACK .. kconfig:: CONFIG_BMC150_MAGN_TRIGGER_THREAD_STACK CONFIG_BMC150_MAGN_TRIGGER_THREAD_STACK ####################################### *Thread stack size* Type: ``int`` Help ==== .. code-block:: none Specify the internal thread stack size. Direct dependencies =================== \ :kconfig:`BMC150_MAGN_TRIGGER ` && \ :kconfig:`BMC150_MAGN ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/sensor/bmc150_magn/Kconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:59`` Menu path: (Top) → Device Drivers → Sensor Drivers → BMC150_MAGN I2C Magnetometer Chip → Enable triggers .. code-block:: kconfig config BMC150_MAGN_TRIGGER_THREAD_STACK int "Thread stack size" default 1024 depends on BMC150_MAGN_TRIGGER && BMC150_MAGN && SENSOR help Specify the internal thread stack size. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*