15 lines
387 B
Plaintext
15 lines
387 B
Plaintext
|
# ADC configuration options
|
||
|
|
||
|
# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config ADC_ITE_IT8XXX2
|
||
|
bool "ITE IT8XXX2 ADC driver"
|
||
|
depends on SOC_FAMILY_RISCV_ITE
|
||
|
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.
|