:orphan: .. title:: LPADC_DO_OFFSET_CALIBRATION .. option:: CONFIG_LPADC_DO_OFFSET_CALIBRATION *Do offset calibration* Type: ``bool`` Help ==== Do offset calibration Direct dependencies =================== \ :option:`ADC_MCUX_LPADC ` && \ :option:`ADC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/adc/Kconfig.mcux:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:48`` → ``drivers/adc/Kconfig:41`` Menu path: (Top) → Device Drivers → ADC drivers .. parsed-literal:: config LPADC_DO_OFFSET_CALIBRATION bool "Do offset calibration" depends on \ :option:`ADC_MCUX_LPADC ` && \ :option:`ADC ` help Do offset calibration *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*