Re: [PATCH 01/13] iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
From: Jonathan Cameron
Date: Sat Oct 05 2024 - 13:48:26 EST
On Fri, 4 Oct 2024 11:17:34 +0300
Matti Vaittinen <mazziesaccount@xxxxxxxxx> wrote:
> On 04/10/2024 00:04, Javier Carrasco wrote:
> > This driver makes use of triggered buffers, but does not select the
> > required modules.
> >
> > Add the missing 'select IIO_BUFFER' and 'select IIO_TRIGGERED_BUFFER'.
> >
> > Fixes: 7c1d1677b322 ("iio: accel: Support Kionix/ROHM KX022A accelerometer")
> > Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
>
> Acked-by: Matti Vaittinen <mazziesaccount@xxxxxxxxx>
>
>
Applied to the fixes-togreg branch of iio.git.
J