spi/build: Remove SPI_SIRF from compile test
authorMark Brown <broonie@linaro.org>
Tue, 6 Aug 2013 10:43:37 +0000 (11:43 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 6 Aug 2013 10:43:37 +0000 (11:43 +0100)
It now needs the architecture dependant DMA driver.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/Kconfig

index 5a9513038d730e7d5d0825e607f87a8a668a7996..9da1ffadfd80eeb4d54f936d3dba1fa9ea12d2d4 100644 (file)
@@ -404,7 +404,7 @@ config SPI_SH_HSPI
 
 config SPI_SIRF
        tristate "CSR SiRFprimaII SPI controller"
-       depends on ARCH_SIRF || COMPILE_TEST
+       depends on ARCH_SIRF
        select SPI_BITBANG
        help
          SPI driver for CSR SiRFprimaII SoCs
This page took 0.027673 seconds and 5 git commands to generate.