projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
043ebcf
)
spi: qup: Allow for compile-testing on !ARM
author
Alex Dewar
<alex.dewar90@gmail.com>
Fri, 4 Sep 2020 16:37:10 +0000
(17:37 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 7 Sep 2020 18:04:23 +0000
(19:04 +0100)
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 <alex.dewar90@gmail.com>
Link:
https://lore.kernel.org/r/20200904163709.110975-1-alex.dewar90@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index
c6ea760
..
f705b04
100644
(file)
--- 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)