1# ADC configuration options 2 3# Copyright (c) 2020 ITE Corporation. All Rights Reserved. 4# SPDX-License-Identifier: Apache-2.0 5 6config ADC_ITE_IT8XXX2 7 bool "ITE IT8XXX2 ADC driver" 8 default y 9 depends on DT_HAS_ITE_IT8XXX2_ADC_ENABLED 10 help 11 This option enables the ADC driver for IT8XXX2 12 family of processors. 13 Voltage range 0 to 3000mV. 14 Support 10-bit resolution. 15 Support 8 channels: ch0~ch7. 16 17if ADC_ITE_IT8XXX2 18 19config ADC_IT8XXX2_VOL_FULL_SCALE 20 bool "ADC internal voltage as full-scale" 21 help 22 This option enables ADC internal reference 23 voltage as full-scale 3300mV. 24 25endif # ADC_ITE_IT8XXX2 26