14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
# ADS1112 ADC configuration options
|
|
|
|
# Copyright (c) 2023 Cruise, LLC.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ADC_ADS1112
|
|
bool "Texas Instruments ADS1112 ADC driver"
|
|
depends on DT_HAS_TI_ADS1112_ENABLED
|
|
default y
|
|
select I2C
|
|
select ADC_CONFIGURABLE_INPUTS
|
|
help
|
|
Enable the driver implementation for the ADS1112
|