[PATCH 0/2] iio: adc: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig entries

From: Joshua Crofts

Date: Wed Jul 01 2026 - 15:22:33 EST


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@xxxxxxxxx>
---
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