:orphan: .. title:: CONFIG_ADC_ITE_IT8XXX2 .. kconfig:: CONFIG_ADC_ITE_IT8XXX2 CONFIG_ADC_ITE_IT8XXX2 ###################### *ITE IT8XXX2 ADC driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_FAMILY_RISCV_ITE ` && \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/adc/Kconfig.it8xxx2:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/adc/Kconfig:41`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig 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.)*