Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit b3c8cef

Browse files
javiercarrascocruzgregkh
authored andcommitted
hwmon: (mc34vr500) Add missing dependency on REGMAP_I2C
[ Upstream commit 56c77c0 ] This driver requires REGMAP_I2C to be selected in order to get access to regmap_config and devm_regmap_init_i2c. Add the missing dependency. Fixes: 07830d9 ("hwmon: add initial NXP MC34VR500 PMIC monitoring support") Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Message-ID: <20241002-mc34vr500-select-regmap_i2c-v1-1-a01875d0a2e5@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 72be965 commit b3c8cef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hwmon/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,7 @@ config SENSORS_MAX31790
12751275
config SENSORS_MC34VR500
12761276
tristate "NXP MC34VR500 hardware monitoring driver"
12771277
depends on I2C
1278+
select REGMAP_I2C
12781279
help
12791280
If you say yes here you get support for the temperature and input
12801281
voltage sensors of the NXP MC34VR500.

0 commit comments

Comments
 (0)