diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-02-23 00:28:33 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-23 00:39:06 -0500 |
commit | 702d3cf9d05dbb2dc145bc97aeff6c4d61bec70f (patch) | |
tree | c88bfb440086960aee3d49c2d7c88604d99da8c9 | |
parent | f0ceb114aec78cc585b8e7cb3d536f8a3e386bf1 (diff) |
spi: qup: Enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 86c254d76406..f0351d88085e 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -383,7 +383,7 @@ config SPI_RSPI | |||
383 | 383 | ||
384 | config SPI_QUP | 384 | config SPI_QUP |
385 | tristate "Qualcomm SPI controller with QUP interface" | 385 | tristate "Qualcomm SPI controller with QUP interface" |
386 | depends on ARCH_MSM_DT | 386 | depends on ARCH_MSM_DT || 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) |