:orphan: .. title:: choice: Operation mode .. _choice_256: .. describe:: choice: Operation mode *Operation mode* Type: ``bool`` Help ==== Choose between high resolution, normal or low power operation mode for chip at init. Direct dependencies =================== \ :option:`LIS2DH ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LIS2DH_OPER_MODE_NORMAL ` Choice options ============== - \ :option:`LIS2DH_OPER_MODE_HIGH_RES ` - \ :option:`LIS2DH_OPER_MODE_NORMAL ` - \ :option:`LIS2DH_OPER_MODE_LOW_POWER ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lis2dh/Kconfig:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:111`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer .. parsed-literal:: choice bool "Operation mode" default \ :option:`LIS2DH_OPER_MODE_NORMAL ` depends on \ :option:`LIS2DH ` && \ :option:`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.)*