Re: [PATCH] spi: qup: Allow for compile-testing on !ARM

2020-09-07 Thread Mark Brown
On Fri, 4 Sep 2020 17:37:10 +0100, Alex Dewar wrote: > There seems no reason to restrict testing to ARM, so remove this > constraint to improve test coverage. > > Build-tested with allyesconfig on x86. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks

[PATCH] spi: qup: Allow for compile-testing on !ARM

2020-09-04 Thread Alex Dewar
There seems no reason to restrict testing to ARM, so remove this constraint to improve test coverage. Build-tested with allyesconfig on x86. Signed-off-by: Alex Dewar --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kc