spi/rspi: Add missing dependency on DMAE
authorMark Brown <broonie@linaro.org>
Fri, 5 Jul 2013 18:37:51 +0000 (19:37 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 15 Jul 2013 10:34:00 +0000 (11:34 +0100)
The filter function used by the rspi driver is part of the DMAE controller
driver so if the DMA controller driver is somehow disabled then the rspi
driver will fail to build.

Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found