:orphan: .. title:: CONFIG_ADC_ASYNC .. kconfig:: CONFIG_ADC_ASYNC CONFIG_ADC_ASYNC ################ *Enable asynchronous call support* Type: ``bool`` Help ==== .. code-block:: none This option enables the asynchronous API calls. Direct dependencies =================== \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`POLL ` Kconfig definition ================== At ``/adc/Kconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig config ADC_ASYNC bool "Enable asynchronous call support" select POLL depends on ADC help This option enables the asynchronous API calls. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*