CONFIG_ADC_EMUL
ADC emulator
Type: bool
Help
Enable the ADC emulator driver. This is a fake driver in that it
does not talk to real hardware. It prenteds to be actual ADC. It
is used for testing higher-level API for ADC devices.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/adc/Kconfig.adc_emul:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:50
→ <Zephyr>/drivers/adc/Kconfig:69
Menu path: (Top) → Device Drivers → ADC drivers
config ADC_EMUL
bool "ADC emulator"
depends on ADC
help
Enable the ADC emulator driver. This is a fake driver in that it
does not talk to real hardware. It prenteds to be actual ADC. It
is used for testing higher-level API for ADC devices.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)