zephyr/drivers/adc/Kconfig.ads131m02
Karthikeyan Krishnasamy b0389ce5b5 drivers: adc: add ads131m02 adc driver
ADS131M02 is Texas Instruments 2-channel, 24-Bit differential
input ADC which support wide range datarate.
Driver add support for adc read, channel configure, adc sampling
mode configuration and power management.

[1]. https://www.ti.com/lit/ds/symlink/ads131m02.pdf

Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
2024-12-18 18:16:40 +01:00

14 lines
280 B
Plaintext

# Copyright (c) 2024 Linumiz
#
# SPDX-License-Identifier: Apache-2.0
config ADC_ADS131M02
bool "Texas instruments ADS131M02"
default y
depends on DT_HAS_TI_ADS131M02_ENABLED
select ADC_CONFIGURABLE_INPUTS
select SPI
select GPIO
help
Enable the driver for ADS131M02 ADC.