choice LIS2DH_OPER_MODE: Operation mode

Operation mode

Type: bool

Help

Choose between high resolution, normal or low power operation
mode for chip at init.

Direct dependencies

LIS2DH && SENSOR

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At <Zephyr>/drivers/sensor/lis2dh/Kconfig:75

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/sensor/Kconfig:125

Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer

choice LIS2DH_OPER_MODE
    bool "Operation mode"
    default LIS2DH_OPER_MODE_NORMAL
    depends on LIS2DH && SENSOR
    help
      Choose between high resolution, normal or low power operation
      mode for chip at init.

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