:orphan: .. title:: choice: Operation mode .. _choice_396: .. describe:: choice: Operation mode *Operation mode* Type: ``bool`` Help ==== .. code-block:: none Choose between high resolution, normal or low power operation mode for chip at init. Direct dependencies =================== \ :kconfig:`LIS2DH ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LIS2DH_OPER_MODE_NORMAL ` Choice options ============== - \ :kconfig:`LIS2DH_OPER_MODE_HIGH_RES ` - \ :kconfig:`LIS2DH_OPER_MODE_NORMAL ` - \ :kconfig:`LIS2DH_OPER_MODE_LOW_POWER ` Kconfig definition ================== At ``/sensor/lis2dh/Kconfig:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:123`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer .. code-block:: kconfig choice 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.)*