aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f0351d88085e..082acbdef1bd 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -383,7 +383,7 @@ config SPI_RSPI
383 383
384config SPI_QUP 384config SPI_QUP
385 tristate "Qualcomm SPI controller with QUP interface" 385 tristate "Qualcomm SPI controller with QUP interface"
386 depends on ARCH_MSM_DT || COMPILE_TEST 386 depends on ARCH_MSM_DT || (ARM && COMPILE_TEST)
387 help 387 help
388 Qualcomm Universal Peripheral (QUP) core is an AHB slave that 388 Qualcomm Universal Peripheral (QUP) core is an AHB slave that
389 provides a common data path (an output FIFO and an input FIFO) 389 provides a common data path (an output FIFO and an input FIFO)