CONFIG_ADC_ASYNC
Enable asynchronous call support
Type: bool
Help
This option enables the asynchronous API calls.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/adc/Kconfig:31
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:50
Menu path: (Top) → Device Drivers → ADC drivers
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.)