:orphan: .. title:: CONFIG_ENS210_CRC_CHECK .. kconfig:: CONFIG_ENS210_CRC_CHECK CONFIG_ENS210_CRC_CHECK ####################### *Enable CRC Check* Type: ``bool`` Help ==== .. code-block:: none Check the crc value after data reading. Direct dependencies =================== \ :kconfig:`ENS210 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/sensor/ens210/Kconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:83`` Menu path: (Top) → Device Drivers → Sensor Drivers → ENS210 Digital Temperature and Humidity sensor .. code-block:: kconfig config ENS210_CRC_CHECK bool "Enable CRC Check" default y depends on ENS210 && SENSOR help Check the crc value after data reading. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*