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
15config EMUL_ADLTC2990
16	bool "Emulator for ADLTC2990"
17	default y
18	depends on ADLTC2990
19	depends on EMUL
20	help
21	  Enable ADLTC2990 emulator.
22