:orphan: .. title:: SI7055_ENABLE_CHECKSUM .. option:: CONFIG_SI7055_ENABLE_CHECKSUM *SI7055 Checksum On Measurement* Type: ``bool`` Help ==== .. code-block:: none Validates the additional checksum byte for temperature measurements. Direct dependencies =================== \ :option:`SI7055 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/si7055/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:183`` Menu path: (Top) → Device Drivers → Sensor Drivers → Si7055 Temperature Sensor .. code-block:: kconfig config SI7055_ENABLE_CHECKSUM bool "SI7055 Checksum On Measurement" depends on SI7055 && SENSOR help Validates the additional checksum byte for temperature measurements. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*