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