aee0bf488c435310b95a76a5950f7333adeb495d
[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 diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
16 index 9e9e3ed..e6a04f8 100644
17 --- a/drivers/spi/Kconfig
18 +++ b/drivers/spi/Kconfig
19 @@ -383,7 +383,7 @@ config SPI_RSPI
20  
21  config SPI_QUP
22         tristate "Qualcomm SPI controller with QUP interface"
23 -       depends on ARCH_MSM_DT
24 +       depends on ARCH_MSM_DT || COMPILE_TEST
25         help
26           Qualcomm Universal Peripheral (QUP) core is an AHB slave that
27           provides a common data path (an output FIFO and an input FIFO)
28 -- 
29 1.7.10.4
30