[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241002-hwmon-select-regmap-v1-0-548d03268934@gmail.com>
Date: Wed, 02 Oct 2024 03:08:07 +0200
From: Javier Carrasco <javier.carrasco.cruz@...il.com>
To: Jean Delvare <jdelvare@...e.com>, Guenter Roeck <linux@...ck-us.net>
Cc: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org,
Javier Carrasco <javier.carrasco.cruz@...il.com>
Subject: [PATCH 0/4] hwmon: add missing REGMAP_I2C dependencies
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@...il.com>
---
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@...il.com>
Powered by blists - more mailing lists