Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH 0/4] hwmon: add missing REGMAP_I2C dependencies
@ 2024-10-02  1:08 Javier Carrasco
  2024-10-02  1:08 ` [PATCH 1/4] hwmon: (adm9240) Add missing dependency on REGMAP_I2C Javier Carrasco
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Javier Carrasco @ 2024-10-02  1:08 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck; +Cc: linux-hwmon, linux-kernel, Javier Carrasco

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@gmail.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@gmail.com>


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-10-02 13:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02  1:08 [PATCH 0/4] hwmon: add missing REGMAP_I2C dependencies Javier Carrasco
2024-10-02  1:08 ` [PATCH 1/4] hwmon: (adm9240) Add missing dependency on REGMAP_I2C Javier Carrasco
2024-10-02 13:55   ` Guenter Roeck
2024-10-02  1:08 ` [PATCH 2/4] hwmon: (adt7470) " Javier Carrasco
2024-10-02 13:56   ` Guenter Roeck
2024-10-02  1:08 ` [PATCH 3/4] hwmon: (ltc2991) " Javier Carrasco
2024-10-02 13:56   ` Guenter Roeck
2024-10-02  1:08 ` [PATCH 4/4] hwmon: (max1668) " Javier Carrasco
2024-10-02 13:57   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox