From 0570704cdcf897a6611fee7156278a54272b4cd1 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Mon, 11 Jul 2022 09:40:01 +0200 Subject: [PATCH] sensors: use the INA226 driver also for INA230 chips --- drivers/sensors/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/sensors/Kconfig b/drivers/sensors/Kconfig index 0e65af0112..f6e9259f90 100644 --- a/drivers/sensors/Kconfig +++ b/drivers/sensors/Kconfig @@ -499,11 +499,11 @@ config INA219_I2C_FREQUENCY depends on SENSORS_INA219 config SENSORS_INA226 - bool "INA226 current and voltage monitor" + bool "INA226/INA230 current and voltage monitor" default n select I2C ---help--- - Enable driver support for the Texas Instruments INA226 power monitor. + Enable driver support for the Texas Instruments INA226/INA230 power monitor. config INA226_I2C_FREQUENCY int "INA226 I2C frequency"