diff options
| author | Mark Brown <broonie@linaro.org> | 2013-08-06 06:37:32 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2013-08-06 06:37:32 -0400 |
| commit | 7668c29407c861302353f49ca75779f8cb95a6fb (patch) | |
| tree | 44e24eb8986663026d74c8bedf4d3a9bda1dbf83 /drivers/spi | |
| parent | de39f5fa09d006561958431779c5a5e5b5b4e0ea (diff) | |
spi/sirf: Depends on SIRF_DMA
Now that DMA support has been added to the driver it needs the
architecture DMA driver to be built in order to link.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi')
| -rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 89cbbabaff44..d0d57af6ee5d 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
| @@ -404,7 +404,7 @@ config SPI_SH_HSPI | |||
| 404 | 404 | ||
| 405 | config SPI_SIRF | 405 | config SPI_SIRF |
| 406 | tristate "CSR SiRFprimaII SPI controller" | 406 | tristate "CSR SiRFprimaII SPI controller" |
| 407 | depends on ARCH_SIRF | 407 | depends on SIRF_DMA |
| 408 | select SPI_BITBANG | 408 | select SPI_BITBANG |
| 409 | help | 409 | help |
| 410 | SPI driver for CSR SiRFprimaII SoCs | 410 | SPI driver for CSR SiRFprimaII SoCs |
