:orphan: .. title:: CONFIG_IIS3DHHC_NORM_MODE .. kconfig:: CONFIG_IIS3DHHC_NORM_MODE CONFIG_IIS3DHHC_NORM_MODE ######################### *Enable Sensor at 1KHz* Type: ``bool`` Direct dependencies =================== \ :kconfig:`IIS3DHHC ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/sensor/iis3dhhc/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:113`` 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.)*