CONFIG_BMC150_MAGN_TRIGGER_THREAD_STACK
Thread stack size
Type: int
Help
Specify the internal thread stack size.
Direct dependencies
BMC150_MAGN_TRIGGER
&& BMC150_MAGN
&& SENSOR
(Includes any dependencies from ifs and menus.)
Default
1024
Kconfig definition
At <Zephyr>/drivers/sensor/bmc150_magn/Kconfig:60
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:59
Menu path: (Top) → Device Drivers → Sensor Drivers → BMC150_MAGN I2C Magnetometer Chip → Enable triggers
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.)