Skip to content

Commit

Permalink
spi: qup: Enable driver compilation with COMPILE_TEST
Browse files Browse the repository at this point in the history
This helps increasing build testing coverage.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Axel Lin authored and Mark Brown committed Feb 23, 2014
1 parent f0ceb11 commit 702d3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ config SPI_RSPI

config SPI_QUP
tristate "Qualcomm SPI controller with QUP interface"
depends on ARCH_MSM_DT
depends on ARCH_MSM_DT || 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)
Expand Down

0 comments on commit 702d3cf

Please sign in to comment.