1# ADS1112 ADC configuration options 2 3# Copyright (c) 2023 Cruise, LLC. 4# SPDX-License-Identifier: Apache-2.0 5 6config ADC_ADS1112 7 bool "Texas Instruments ADS1112 ADC driver" 8 depends on DT_HAS_TI_ADS1112_ENABLED 9 select I2C 10 select ADC_CONFIGURABLE_INPUTS 11 help 12 Enable the driver implementation for the ADS1112 13