[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241005185743.76b5c650@jic23-huawei>
Date: Sat, 5 Oct 2024 18:57:43 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Andrey Skvortsov <andrej.skvortzov@...il.com>
Cc: Javier Carrasco <javier.carrasco.cruz@...il.com>, Lars-Peter Clausen
<lars@...afoo.de>, Matti Vaittinen <mazziesaccount@...il.com>, Andy
Shevchenko <andriy.shevchenko@...ux.intel.com>, David Lechner
<dlechner@...libre.com>, Nuno Sa <nuno.sa@...log.com>, Dan Murphy
<dmurphy@...com>, Sean Nyekjaer <sean@...nix.com>, Leonard Göhrs <l.goehrs@...gutronix.de>, Mihail Chindris
<mihail.chindris@...log.com>, Alexandru Ardelean <ardeleanalex@...il.com>,
Gustavo Silva <gustavograzs@...il.com>, Shoji Keita <awaittrot@...k.jp>,
Dalton Durst <dalton@...orts.com>, Icenowy Zheng <icenowy@...c.io>, Andreas
Klinger <ak@...klinger.de>, Jonathan Cameron <Jonathan.Cameron@...wei.com>,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org, Ondrej Jirman
<megi@....cz>
Subject: Re: [PATCH 11/13] iio: magnetometer: af8133j: add missing select
IIO_(TRIGGERED_)BUFFER in Kconfig
On Fri, 4 Oct 2024 11:58:13 +0300
Andrey Skvortsov <andrej.skvortzov@...il.com> wrote:
> On 24-10-03 23: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: 1d8f4b04621f ("iio: magnetometer: add a driver for Voltafield AF8133J magnetometer")
> > Signed-off-by: Javier Carrasco <javier.carrasco.cruz@...il.com>
> > ---
> > drivers/iio/magnetometer/Kconfig | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/iio/magnetometer/Kconfig b/drivers/iio/magnetometer/Kconfig
> > index 8eb718f5e50f..f69ac75500f9 100644
> > --- a/drivers/iio/magnetometer/Kconfig
> > +++ b/drivers/iio/magnetometer/Kconfig
> > @@ -11,6 +11,8 @@ config AF8133J
> > depends on I2C
> > depends on OF
> > select REGMAP_I2C
> > + select IIO_BUFFER
> > + select IIO_TRIGGERED_BUFFER
> > help
> > Say yes here to build support for Voltafield AF8133J I2C-based
> > 3-axis magnetometer chip.
> >
> > --
> > 2.43.0
> >
>
> Reviewed-by: Andrey Skvortsov <andrej.skvortzov@...il.com>
>
Applied to the fixes-togreg branch of iio.git
Powered by blists - more mailing lists