The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_LIS2DH_ODR_9_NORMAL

1.25KHz

Type: bool

Direct dependencies

(LIS2DH_OPER_MODE_NORMAL || LIS2DH_OPER_MODE_HIGH_RES) && <choice: Output data rate frequency>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/sensor/lis2dh/Kconfig:131

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:62drivers/sensor/Kconfig:111

Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer → Output data rate frequency

config LIS2DH_ODR_9_NORMAL
    bool "1.25KHz"
    depends on (LIS2DH_OPER_MODE_NORMAL || LIS2DH_OPER_MODE_HIGH_RES) && <choice: Output data rate frequency>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)