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