:orphan: .. title:: CONFIG_SM351LT_TRIGGER .. kconfig:: CONFIG_SM351LT_TRIGGER CONFIG_SM351LT_TRIGGER ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SM351LT ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SM351LT_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`SM351LT_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/sm351lt/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:205`` 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.)*