Re: [PATCH] iio: adc: rockchip_saradc: Allow compile-testing with !ARM

2020-09-06 Thread Jonathan Cameron
On Fri, 04 Sep 2020 19:32:22 +0200 Heiko Stübner 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: Al

Re: [PATCH] iio: adc: rockchip_saradc: Allow compile-testing with !ARM

2020-09-04 Thread Heiko Stübner
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 Reviewed-by: Heiko Stuebner > --- > drivers/iio/adc/Kconfi

[PATCH] iio: adc: rockchip_saradc: Allow compile-testing with !ARM

2020-09-04 Thread 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 --- drivers/iio/adc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/