:orphan: .. title:: CONFIG_IIS3DHHC_TRIGGER .. kconfig:: CONFIG_IIS3DHHC_TRIGGER CONFIG_IIS3DHHC_TRIGGER ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`IIS3DHHC ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`IIS3DHHC_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`IIS3DHHC_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/iis3dhhc/Kconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:113`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS3DHHC accelerometer sensor .. code-block:: kconfig config IIS3DHHC_TRIGGER bool depends on IIS3DHHC && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*