-
CONFIG_ADC_INTEL_QUARK_SE_C1000_SS_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_INTEL_QUARK_SE_C1000_SS
&& ADC
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
ADC_INTEL_QUARK_SE_C1000_SS
&&ADC
Kconfig definition¶
At drivers/adc/Kconfig.intel_quark:19
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 SE C1000 Sensor Subsystem
config ADC_INTEL_QUARK_SE_C1000_SS_CALIBRATION bool prompt "Enable Calibration" ifADC_INTEL_QUARK_SE_C1000_SS
&&ADC
default "y" ifADC_INTEL_QUARK_SE_C1000_SS
&&ADC
depends onADC_INTEL_QUARK_SE_C1000_SS
&&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.)