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 Driver>/sensor/bmc150_magn/Kconfig:60
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/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.)