commit | 3faecea70b0d6d050e0ae911032ec340341dc389 | [log] [tgz] |
---|---|---|
author | Tomasz Figa <tomasz.figa@gmail.com> | Wed Oct 16 21:10:58 2013 +0200 |
committer | Mark Brown <broonie@linaro.org> | Sun Nov 24 14:38:25 2013 +0000 |
tree | 6e05005a762f80d6d3f24d79155f136b3631c507 | |
parent | a7a996d19219424c8ca8f16474138b4ee170727f [diff] |
spi: s3c64xx: Always select S3C64XX_PL080 when ARCH_S3C64XX is enabled The legacy S3C64xx DMA driver has been removed, DMA support on S3C64xx is provided only by the generic PL08x driver. This patch modifies the Kconfig entry of spi-s3c64xx driver, which relies on availability of DMA, to always select the S3C64XX_PL080 symbol. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>