[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20211003163731.289a5991@jic23-huawei>
Date: Sun, 3 Oct 2021 16:37:31 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: linux-kernel@...r.kernel.org, Jacopo Mondi <jacopo@...ndi.org>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
linux-iio@...r.kernel.org
Subject: Re: [PATCH -next] iio: chemical: SENSEAIR_SUNRISE_CO2 depends on
I2C
On Sat, 2 Oct 2021 16:28:03 -0700
Randy Dunlap <rdunlap@...radead.org> wrote:
> Fix kconfig symbol dependency warning:
>
> WARNING: unmet direct dependencies detected for REGMAP_I2C
> Depends on [n]: I2C [=n]
> Selected by [y]:
> - SENSEAIR_SUNRISE_CO2 [=y] && IIO [=y]
>
> Fixes: c3253a3fdc77 ("iio: chemical: Add Senseair Sunrise 006-0-007 drive")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Jacopo Mondi <jacopo@...ndi.org>
> Cc: Jonathan Cameron <Jonathan.Cameron@...wei.com>
> Cc: linux-iio@...r.kernel.org
Thanks. Applied to the togreg branch of iio.git. I'll push that out
as testing for 0-day to run it's usual santity checks then push it out
for next to pick up.
Thanks,
Jonathan
> ---
> drivers/iio/chemical/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20211001.orig/drivers/iio/chemical/Kconfig
> +++ linux-next-20211001/drivers/iio/chemical/Kconfig
> @@ -172,6 +172,7 @@ config SPS30_SERIAL
>
> config SENSEAIR_SUNRISE_CO2
> tristate "Senseair Sunrise 006-0-0007 CO2 sensor"
> + depends on I2C
> select REGMAP_I2C
> help
> Say yes here to build support for Senseair Sunrise 006-0-0007 CO2
Powered by blists - more mailing lists