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

Enable asynchronous call support

Type: bool

Help

This option enables the asynchronous API calls.

Direct dependencies

ADC

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/adc/Kconfig:28

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

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

config ADC_ASYNC
    bool
    prompt "Enable asynchronous call support" if ADC
    select POLL if ADC
    depends on ADC
    help
      This option enables the asynchronous API calls.

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