CONFIG_ADC_ITE_IT8XXX2¶
ITE IT8XXX2 ADC driver
Type: bool
Help¶
This option enables the ADC driver for IT8XXX2
family of processors.
Voltage range 0 to 3000mV.
Support 10-bit resolution.
Support 8 channels: ch0~ch7.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/adc/Kconfig.it8xxx2:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:50 → <Zephyr Driver>/adc/Kconfig:41
Menu path: (Top) → Device Drivers → ADC drivers
config ADC_ITE_IT8XXX2
    bool "ITE IT8XXX2 ADC driver"
    depends on SOC_FAMILY_RISCV_ITE && ADC
    help
      This option enables the ADC driver for IT8XXX2
      family of processors.
      Voltage range 0 to 3000mV.
      Support 10-bit resolution.
      Support 8 channels: ch0~ch7.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)