:orphan: .. title:: SM351LT_TRIGGER .. option:: CONFIG_SM351LT_TRIGGER *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`SM351LT ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SM351LT_TRIGGER_GLOBAL_THREAD ` - \ :option:`SM351LT_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/sm351lt/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:187`` Menu path: (Top) → Device Drivers → Sensor Drivers → SM351LT Magnetoresistive Sensor .. code-block:: kconfig config SM351LT_TRIGGER bool depends on SM351LT && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*