Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: adc: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig entries
@ 2026-07-01 19:21 Joshua Crofts
  2026-07-01 19:21 ` [PATCH 1/2] iio: adc: ad4130: add missing `select IIO_TRIGGERED_BUFFER` to Kconfig Joshua Crofts
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Joshua Crofts @ 2026-07-01 19:21 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
	Jonathan Santos, Ramona Alexandra Nechita
  Cc: linux-iio, linux-kernel, Joshua Crofts, Jonathan Cameron, stable

The AD4130 and AD7779 entries are missing 'select IIO_TRIGGERED_BUFFER'
entries, causing potential build failures.

Steps to reproduce:
1. Run `make allnoconfig`
2. Run `make menuconfig` and select any afformentioned driver and
   modules it depends on.
3. Run `make .` and the build will fail due to missing triggered
   buffer definitions etc.

I seem to have stumbled upon a lot of drivers which have incomplete
Kconfigs, expect more patch series per sensor type.

Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
---
Joshua Crofts (2):
      iio: adc: ad4130: add missing `select IIO_TRIGGERED_BUFFER` to Kconfig
      iio: adc: ad7779: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig

 drivers/iio/adc/Kconfig | 2 ++
 1 file changed, 2 insertions(+)
---
base-commit: 022cc99d5d1cdc76b09b424a769c3cfea3812378
change-id: 20260701-add-adc-kconfig-deps-b2cc49b98417

Best regards,
-- 
Kind regards

CJD


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

end of thread, other threads:[~2026-07-02 17:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01 19:21 [PATCH 0/2] iio: adc: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig entries Joshua Crofts
2026-07-01 19:21 ` [PATCH 1/2] iio: adc: ad4130: add missing `select IIO_TRIGGERED_BUFFER` to Kconfig Joshua Crofts
2026-07-01 19:21 ` [PATCH 2/2] iio: adc: ad7779: add missing 'select IIO_TRIGGERED_BUFFER' " Joshua Crofts
2026-07-02 11:03   ` Andy Shevchenko
2026-07-02 11:02 ` [PATCH 0/2] iio: adc: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig entries Andy Shevchenko
2026-07-02 17:05   ` Jonathan Cameron

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