1# ADLTC2990 Quad I2C Voltage, Current and Temperature sensor configuration options 2 3# Copyright(c) 2023 Carl Zeiss Meditec AG 4# SPDX-License-Identifier: Apache-2.0 5 6config ADLTC2990 7 bool "ADLTC2990 Quad I2C Voltage, Current and Temperature Monitor" 8 default y 9 depends on DT_HAS_ADI_ADLTC2990_ENABLED 10 select I2C 11 help 12 Enable the driver for Analog Devices LTC2990 13 Quad I2C Voltage, Current and Temperature Monitor. 14