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.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/adc/Kconfig.adc_emul:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:50 → <Zephyr Driver>/adc/Kconfig:63
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.)