From: Alex Dewar Date: Fri, 4 Sep 2020 16:37:10 +0000 (+0100) Subject: spi: qup: Allow for compile-testing on !ARM X-Git-Tag: v5.10-rc1~172^2^2~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2abaad678575acd54e9939e1174becd82ecc884b;p=thirdparty%2Fkernel%2Flinux.git spi: qup: Allow for compile-testing on !ARM 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 Link: https://lore.kernel.org/r/20200904163709.110975-1-alex.dewar90@gmail.com Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index c6ea760ea5f04..f705b0484f5ed 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -637,7 +637,7 @@ config SPI_QCOM_QSPI config SPI_QUP tristate "Qualcomm SPI controller with QUP interface" - depends on ARCH_QCOM || (ARM && COMPILE_TEST) + depends on ARCH_QCOM || COMPILE_TEST help Qualcomm Universal Peripheral (QUP) core is an AHB slave that provides a common data path (an output FIFO and an input FIFO)