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

Commit fe5866f

Browse files
javiercarrascocruzgregkh
authored andcommittedOct 17, 2024
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 de90999 commit fe5866f

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
@@ -1200,6 +1200,7 @@ config SENSORS_MAX31790
12001200
config SENSORS_MC34VR500
12011201
tristate "NXP MC34VR500 hardware monitoring driver"
12021202
depends on I2C
1203+
select REGMAP_I2C
12031204
help
12041205
If you say yes here you get support for the temperature and input
12051206
voltage sensors of the NXP MC34VR500.

0 commit comments

Comments
 (0)
This repository has been archived.