cd96046bee
This commit is about the it8xxx2 analog to digital converter driver. Support 8 channels ch0~ch7 and 10-bit resolution. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
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.
|