1# INA3221 Bidirectional Current/Power Monitor
2
3# Copyright (c) 2023 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6config INA3221
7	bool "INA3221 Triple-Channel Current/Power Monitor"
8	default y
9	depends on DT_HAS_TI_INA3221_ENABLED
10	select I2C
11	help
12	  Enable driver for INA3221 Triple-Channel Current/Power Monitor.
13