:orphan: .. title:: FXOS8700_TRIGGER .. option:: CONFIG_FXOS8700_TRIGGER *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`FXOS8700 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`FXOS8700_TRIGGER_GLOBAL_THREAD ` - \ :option:`FXOS8700_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/fxos8700/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:89`` Menu path: (Top) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver .. code-block:: kconfig config FXOS8700_TRIGGER bool depends on FXOS8700 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*