:orphan: .. title:: CONFIG_TMP112_FULL_SCALE_RUNTIME .. kconfig:: CONFIG_TMP112_FULL_SCALE_RUNTIME CONFIG_TMP112_FULL_SCALE_RUNTIME ################################ *Allow to set extended mode at runtime* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/sensor/tmp112/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:225`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig 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.)*