:orphan: .. title:: CONFIG_ISM330DHCX_TRIGGER_OWN_THREAD .. kconfig:: CONFIG_ISM330DHCX_TRIGGER_OWN_THREAD CONFIG_ISM330DHCX_TRIGGER_OWN_THREAD #################################### *Use own thread* Type: ``bool`` Direct dependencies =================== \ :kconfig:`GPIO ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`ISM330DHCX_TRIGGER ` Kconfig definition ================== At ``/sensor/ism330dhcx/Kconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:121`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISM330DHCX I2C/SPI accelerometer and gyroscope Chip → Trigger mode .. code-block:: kconfig config ISM330DHCX_TRIGGER_OWN_THREAD bool "Use own thread" select ISM330DHCX_TRIGGER depends on GPIO && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*