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.

Direct dependencies

SOC_FAMILY_RISCV_ITE && ADC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/adc/Kconfig.it8xxx2:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:48<Zephyr>/drivers/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.)