From 5a9e119ce563ed1e8c2ec9f0fd12b95e5add9fc0 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 6 Aug 2013 11:43:37 +0100 Subject: [PATCH] spi/build: Remove SPI_SIRF from compile test It now needs the architecture dependant DMA driver. Signed-off-by: Mark Brown --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 5a9513038d73..9da1ffadfd80 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -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 -- 2.11.0