Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: adc: add missing 'select REGMAP' to Kconfig
@ 2026-07-08  5:34 Joshua Crofts
  2026-07-08  5:34 ` [PATCH 1/3] iio: adc: ad7380: " Joshua Crofts
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Joshua Crofts @ 2026-07-08  5:34 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
	Stefan Popa, Julien Stephan, Ivan Mikhaylov, Marcelo Schmitt,
	Marilene Andrade Garcia, Kim Seer Paller
  Cc: linux-iio, linux-kernel, Joshua Crofts, stable

This series adds missing `select REGMAP` and `select REGMAP_I2C` to the
AD7380/MAX34408/MAX14001 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/SPI, IIO 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):
      iio: adc: ad7380: add missing 'select REGMAP' to Kconfig
      iio: adc: max34408: add missing 'select REGMAP_I2C' to Kconfig
      iio: adc: max14001: add missing 'select REGMAP' to Kconfig

 drivers/iio/adc/Kconfig | 3 +++
 1 file changed, 3 insertions(+)
---
base-commit: 093239070573637ad2b4cb56abc9c4c7ee109294
change-id: 20260707-add-missing-regmap-b6c199a5cf6f

Best regards,
-- 
Kind regards

CJD


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

end of thread, other threads:[~2026-07-10  0:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08  5:34 [PATCH 0/3] iio: adc: add missing 'select REGMAP' to Kconfig Joshua Crofts
2026-07-08  5:34 ` [PATCH 1/3] iio: adc: ad7380: " Joshua Crofts
2026-07-08 14:32   ` David Lechner
2026-07-08 14:45     ` Joshua Crofts
2026-07-08  5:34 ` [PATCH 2/3] iio: adc: max34408: add missing 'select REGMAP_I2C' " Joshua Crofts
2026-07-08  5:34 ` [PATCH 3/3] iio: adc: max14001: add missing 'select REGMAP' " Joshua Crofts
2026-07-08  7:47 ` [PATCH 0/3] iio: adc: " Andy Shevchenko
2026-07-08  8:01   ` Joshua Crofts
2026-07-08 10:54     ` Andy Shevchenko
2026-07-08 10:55 ` Andy Shevchenko
2026-07-10  0:04   ` Jonathan Cameron

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