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

From: Jonathan Cameron

Date: Thu Jul 02 2026 - 13:15:18 EST


On Thu, 2 Jul 2026 14:02:36 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:

> On Wed, Jul 01, 2026 at 09:21:45PM +0200, Joshua Crofts wrote:
> > 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.
>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
>
> > I seem to have stumbled upon a lot of drivers which have incomplete
> > Kconfigs, expect more patch series per sensor type.
>
>
>
Applied to the fixes-togreg branch of iio.git.

Thanks,

Jonathan