:orphan: .. title:: CONFIG_ADC_LMP90XXX_CRC .. kconfig:: CONFIG_ADC_LMP90XXX_CRC CONFIG_ADC_LMP90XXX_CRC ####################### *Use Cyclic Redundancy Check (CRC)* Type: ``bool`` Help ==== .. code-block:: none Use Cyclic Redundancy Check (CRC) to verify the integrity of the data read from the LMP90xxx. Direct dependencies =================== \ :kconfig:`ADC_LMP90XXX ` && \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/adc/Kconfig.lmp90xxx:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/adc/Kconfig:55`` Menu path: (Top) → Device Drivers → ADC drivers → LMP90xxx driver .. code-block:: kconfig config ADC_LMP90XXX_CRC bool "Use Cyclic Redundancy Check (CRC)" default y depends on ADC_LMP90XXX && ADC help Use Cyclic Redundancy Check (CRC) to verify the integrity of the data read from the LMP90xxx. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*