:orphan: .. title:: ADC_EMUL .. option:: CONFIG_ADC_EMUL *ADC emulator* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :option:`ADC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/adc/Kconfig.adc_emul:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:48`` → ``/adc/Kconfig:63`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig 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.)*