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