:orphan: .. title:: CONFIG_TMP112_SAMPLING_FREQUENCY_RUNTIME .. kconfig:: CONFIG_TMP112_SAMPLING_FREQUENCY_RUNTIME CONFIG_TMP112_SAMPLING_FREQUENCY_RUNTIME ######################################## *Allow to set conversion rate at runtime* Type: ``bool`` Help ==== .. code-block:: none When set conversion rate can be set at runtime using sensor_attr_set with SENSOR_ATTR_SAMPLING_FREQUENCY Direct dependencies =================== \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/sensor/tmp112/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:225`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config TMP112_SAMPLING_FREQUENCY_RUNTIME bool "Allow to set conversion rate at runtime" default y depends on SENSOR help When set conversion rate can be set at runtime using sensor_attr_set with SENSOR_ATTR_SAMPLING_FREQUENCY *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*