[PATCH 0/4] hwmon: add missing REGMAP_I2C dependencies
From: Javier Carrasco
Date: Tue Oct 01 2024 - 21:08:21 EST
The kernel test bot recently noticed a missing dependency on REGMAP_I2C
for tmp513, and I have noticed that there are multiple Kconfig entries
where that is missing too. First I checked mc34vr500 because I was
working on it, and I sent a single patch to fix the missing dependency.
But then I have found the same issue in some other entries, and this
series attemps to fix them all.
It might be worth mentioning that multiple sensors are part of a larger
MFD, and the dependency error is not reported by the compiler in those
cases (REGMAP must be selected indirectly in those cases). I left them
untouched.
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
---
Javier Carrasco (4):
hwmon: (adm9240) Add missing dependency on REGMAP_I2C
hwmon: (adt7470) Add missing dependency on REGMAP_I2C
hwmon: (ltc2991) Add missing dependency on REGMAP_I2C
hwmon: (max1668) Add missing dependency on REGMAP_I2C
drivers/hwmon/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
---
base-commit: 77df9e4bb2224d8ffbddec04c333a9d7965dad6c
change-id: 20241002-hwmon-select-regmap-2048ef1d2463
Best regards,
--
Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>