diff options
author | Wenliang Yan <wenliang202407@163.com> | 2024-11-06 10:05:46 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-11-10 14:48:07 -0800 |
commit | 52172ad87a22ed6e687ca678da21d3c949bc89a1 (patch) | |
tree | 0efe7e4196d11c46175698470974a8d9660247b6 /drivers/hwmon/Kconfig | |
parent | 0196d07f0e3ba3f5639ea5a74f59af8c990b95f0 (diff) | |
download | lwn-52172ad87a22ed6e687ca678da21d3c949bc89a1.tar.gz lwn-52172ad87a22ed6e687ca678da21d3c949bc89a1.zip |
hwmon: (ina226) Add support for SY24655
SY24655: Support for current and voltage detection as well as
power calculation.
Signed-off-by: Wenliang Yan <wenliang202407@163.com>
Message-ID: <20241106150547.2538-1-wenliang202407@163.com>
[groeck: Changed order of compatible entries;
dropped spurious extra return statement in is_visible();
fixed code problems]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 3ab2d02e7db3..863b61330c0a 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -2189,7 +2189,7 @@ config SENSORS_INA2XX select REGMAP_I2C help If you say yes here you get support for INA219, INA220, INA226, - INA230, INA231, and INA260 power monitor chips. + INA230, INA231, INA260, and SY24655 power monitor chips. The INA2xx driver is configured for the default configuration of the part as described in the datasheet. |