:orphan: .. title:: CONFIG_LIS2DH_ODR_8 .. kconfig:: CONFIG_LIS2DH_ODR_8 CONFIG_LIS2DH_ODR_8 ################### *1.6KHz* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LIS2DH_OPER_MODE_LOW_POWER ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/sensor/lis2dh/Kconfig:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:123`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer → Output data rate frequency .. code-block:: kconfig config LIS2DH_ODR_8 bool "1.6KHz" depends on LIS2DH_OPER_MODE_LOW_POWER && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*