-
CONFIG_ADC_INTEL_QUARK_D2000_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.
Defaults¶
- “y” if
ADC_INTEL_QUARK_D2000
&&ADC
Kconfig definition¶
At drivers/adc/Kconfig.intel_quark:82
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:48
→ drivers/adc/Kconfig:56
Menu path: (top menu) → Device Drivers → ADC drivers → ADC Driver for Intel Quark D2000
config ADC_INTEL_QUARK_D2000_CALIBRATION bool prompt "Enable Calibration" ifADC_INTEL_QUARK_D2000
&&ADC
default "y" ifADC_INTEL_QUARK_D2000
&&ADC
depends onADC_INTEL_QUARK_D2000
&&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.)