CONFIG_ADC_DW_CALIBRATION

Enable Calibration

Type: bool

Help

Enables ADC to run with a calibrated output at the expense of execution speed when exiting low power states. If disabled, the ADC will require the application/system-integrator to provide a calibration method.

Direct dependencies

ADC_DW && ADC

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/adc/Kconfig.dw:19

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:48drivers/adc/Kconfig:87

Menu path: (top menu) → Device Drivers → ADC drivers → ARC Designware Driver

config ADC_DW_CALIBRATION
    bool
    prompt "Enable Calibration" if ADC_DW && ADC
    default "y" if ADC_DW && ADC
    depends on ADC_DW && ADC
    help
      Enables ADC to run with a calibrated output at the
      expense of execution speed when exiting low power states.
      If disabled, the ADC will require the application/system-integrator
      to provide a calibration method.

(Definitions include propagated dependencies, including from if’s and menus.)