The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_ADC

ADC drivers

Type: bool

Help

Enable ADC (Analog to Digital Converter) driver configuration.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/adc/Kconfig:12

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:46

Menu path: (top menu) → Device Drivers

menuconfig ADC
    bool
    prompt "ADC drivers"
    select HAS_DTS_ADC
    help
      Enable ADC (Analog to Digital Converter) driver configuration.

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