Re: [PATCH v2] iio: temperature: Build mlx90635 with CONFIG_MLX90635
From: Jonathan Cameron
Date: Wed Jul 01 2026 - 17:36:01 EST
On Thu, 25 Jun 2026 09:54:58 +0200
Crt Mori <cmo@xxxxxxxxxxx> wrote:
> Thanks for spotting this Pengpeng Hou; it's strange that nobody
> noticed until now. I would like to apologize to everyone for this
> mistake.
>
> Acked-by: Crt Mori <cmo@xxxxxxxxxxx>
Applied to the fixes-togreg branch of iio.git
Thanks
Jonathan
>
> On Thu, 25 Jun 2026 at 08:43, Andy Shevchenko
> <andriy.shevchenko@xxxxxxxxx> wrote:
> >
> > On Thu, Jun 25, 2026 at 01:42:59PM +0800, Pengpeng Hou wrote:
> > > drivers/iio/temperature/Kconfig has a dedicated MLX90635 option, but
> > > the Makefile currently builds mlx90635.o under CONFIG_MLX90632.
> > >
> > > This means enabling CONFIG_MLX90635 alone does not carry its provider
> > > object into the build, while enabling CONFIG_MLX90632 unexpectedly also
> > > builds mlx90635.o.
> > >
> > > Gate mlx90635.o on the matching generated Kconfig symbol.
> >
> > Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
> >
> > --
> > With Best Regards,
> > Andy Shevchenko
> >
> >