[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200906142721.73a533dd@archlinux>
Date: Sun, 6 Sep 2020 14:27:21 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Heiko Stübner <heiko@...ech.de>
Cc: Alex Dewar <alex.dewar90@...il.com>,
Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
Philipp Zabel <p.zabel@...gutronix.de>,
Alexandru Ardelean <alexandru.ardelean@...log.com>,
Andy Shevchenko <andy.shevchenko@...il.com>,
Beniamin Bia <beniamin.bia@...log.com>,
Michael Hennerich <michael.hennerich@...log.com>,
Linus Walleij <linus.walleij@...aro.org>,
Artur Rojek <contact@...ur-rojek.eu>,
Alexandru Tachici <alexandru.tachici@...log.com>,
Vincent Pelletier <plr.vincent@...il.com>,
Saravanan Sekar <sravanhome@...il.com>,
Miquel Raynal <miquel.raynal@...tlin.com>,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org
Subject: Re: [PATCH] iio: adc: rockchip_saradc: Allow compile-testing with
!ARM
On Fri, 04 Sep 2020 19:32:22 +0200
Heiko Stübner <heiko@...ech.de> wrote:
> Am Freitag, 4. September 2020, 19:04:16 CEST schrieb Alex Dewar:
> > There seems no reason to allow for compile-testing on ARM only, so
> > remove this restriction.
> >
> > Build-tested with allyesconfig on x86.
> >
> > Signed-off-by: Alex Dewar <alex.dewar90@...il.com>
>
> Reviewed-by: Heiko Stuebner <heiko@...ech.de>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to poke at it and see if we missed anything.
Thanks,
Jonathan
>
> > ---
> > drivers/iio/adc/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> > index d94dc800b842..03929606bb01 100644
> > --- a/drivers/iio/adc/Kconfig
> > +++ b/drivers/iio/adc/Kconfig
> > @@ -863,7 +863,7 @@ config RN5T618_ADC
> >
> > config ROCKCHIP_SARADC
> > tristate "Rockchip SARADC driver"
> > - depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
> > + depends on ARCH_ROCKCHIP || COMPILE_TEST
> > depends on RESET_CONTROLLER
> > select IIO_BUFFER
> > select IIO_TRIGGERED_BUFFER
> >
>
>
>
>
Powered by blists - more mailing lists