:orphan: .. title:: CONFIG_ADC_EMUL .. kconfig:: CONFIG_ADC_EMUL 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 =================== \ :kconfig:`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:42`` → ``/Kconfig:50`` → ``/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.)*