1# Copyright (c) 2024 Linumiz
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config ADC_ADS131M02
6	bool "Texas instruments ADS131M02"
7	default y
8	depends on DT_HAS_TI_ADS131M02_ENABLED
9	select ADC_CONFIGURABLE_INPUTS
10	select SPI
11	select GPIO
12	help
13	 Enable the driver for ADS131M02 ADC.
14