00589925c5fe3459e4543d97c11e268fdf9c9d69
[openwrt.git] / target / linux / ipq806x / patches / 0070-spi-qup-Enable-driver-compilation-with-COMPILE_TEST.patch
1 From 4706cb5844e0f1a08ab25e103f6415fde5328ddc Mon Sep 17 00:00:00 2001
2 From: Axel Lin <axel.lin@ingics.com>
3 Date: Sun, 23 Feb 2014 13:28:33 +0800
4 Subject: [PATCH 070/182] spi: qup: Enable driver compilation with
5  COMPILE_TEST
6
7 This helps increasing build testing coverage.
8
9 Signed-off-by: Axel Lin <axel.lin@ingics.com>
10 Signed-off-by: Mark Brown <broonie@linaro.org>
11 ---
12  drivers/spi/Kconfig |    2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/drivers/spi/Kconfig
16 +++ b/drivers/spi/Kconfig
17 @@ -392,7 +392,7 @@ config SPI_RSPI
18  
19  config SPI_QUP
20         tristate "Qualcomm SPI controller with QUP interface"
21 -       depends on ARCH_MSM_DT
22 +       depends on ARCH_MSM_DT || COMPILE_TEST
23         help
24           Qualcomm Universal Peripheral (QUP) core is an AHB slave that
25           provides a common data path (an output FIFO and an input FIFO)