All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] hwmon: (various) add missing `select REGMAP` to Kconfig
@ 2026-06-29 19:17 Joshua Crofts
  2026-06-29 19:17 ` [PATCH 1/3] hwmon: (max1619) add missing 'select REGMAP' " Joshua Crofts
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Joshua Crofts @ 2026-06-29 19:17 UTC (permalink / raw)
  To: Guenter Roeck, Tzung-Bi Shih, Alexandru Tachici
  Cc: linux-hwmon, linux-kernel, Joshua Crofts, stable

This series adds missing `select REGMAP` and `select REGMAP_I2C` to the
MAX6679/MAX1619/LTC2992 Kconfig entries. Without these, some builds may
result in a failure.

Steps to reproduce build failure:
1. Run `make allnoconfig`.
2. Run `make menuconfig` and select I2C, hwmon and any of said drivers.
3. Run `make .` and make will end with regmap-related errors.

Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
---
Joshua Crofts (3):
      hwmon: (max1619) add missing 'select REGMAP' to Kconfig
      hwmon: (ltc2992) add missing 'select REGMAP_I2C' to Kconfig
      hwmon: (max6679) add missing 'select REGMAP_I2C' to Kconfig

 drivers/hwmon/Kconfig | 3 +++
 1 file changed, 3 insertions(+)
---
base-commit: 446bf1ecbaeceb72d85553ce0ac0e6afc03ec5ca
change-id: 20260629-add-kconfig-deps-1a76039f5409

Best regards,
-- 
Kind regards

CJD


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

end of thread, other threads:[~2026-06-29 20:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29 19:17 [PATCH 0/3] hwmon: (various) add missing `select REGMAP` to Kconfig Joshua Crofts
2026-06-29 19:17 ` [PATCH 1/3] hwmon: (max1619) add missing 'select REGMAP' " Joshua Crofts
2026-06-29 19:21   ` sashiko-bot
2026-06-29 20:35   ` Guenter Roeck
2026-06-29 19:17 ` [PATCH 2/3] hwmon: (ltc2992) add missing 'select REGMAP_I2C' " Joshua Crofts
2026-06-29 19:21   ` sashiko-bot
2026-06-29 20:36   ` Guenter Roeck
2026-06-29 19:17 ` [PATCH 3/3] hwmon: (max6679) " Joshua Crofts
2026-06-29 19:22   ` sashiko-bot
2026-06-29 19:26   ` Joshua Crofts
2026-06-29 20:39   ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.