:orphan: .. title:: IIS3DHHC_NORM_MODE .. option:: CONFIG_IIS3DHHC_NORM_MODE *Enable Sensor at 1KHz* Type: ``bool`` Direct dependencies =================== \ :option:`IIS3DHHC ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/sensor/iis3dhhc/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:111`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS3DHHC accelerometer sensor → Attributes .. code-block:: kconfig config IIS3DHHC_NORM_MODE bool "Enable Sensor at 1KHz" default y depends on IIS3DHHC && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*