CONFIG_TMP112_FULL_SCALE_RUNTIME
Allow to set extended mode at runtime
Type: bool
Help
When set extended mode can be selected using tmp112_attr_set
with SENSOR_ATTR_FULL_SCALE and value to set either 128 or 150
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/drivers/sensor/tmp112/Kconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:225
Menu path: (Top) → Device Drivers → Sensor Drivers
config TMP112_FULL_SCALE_RUNTIME
bool "Allow to set extended mode at runtime"
default y
depends on SENSOR
help
When set extended mode can be selected using tmp112_attr_set
with SENSOR_ATTR_FULL_SCALE and value to set either 128 or 150
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)