Skip to content

Commit a6e2664

Browse files
lkundrakvinodkoul
authored andcommitted
dmaengine: mmp_tdma: Remove the MMP_SRAM dependency
A generic SRAM will driver for Device Tree enabled platforms will do as well. The non-DT drivers that use mmp_tdma to transfer audio samples to and from the audio SRAM should depend on MMP_SRAM themselves. Signed-off-by: Lubomir Rintel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent baed6b3 commit a6e2664

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/dma/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,10 @@ config MMP_TDMA
394394
bool "MMP Two-Channel DMA support"
395395
depends on ARCH_MMP || COMPILE_TEST
396396
select DMA_ENGINE
397-
select MMP_SRAM if ARCH_MMP
398397
select GENERIC_ALLOCATOR
399398
help
400399
Support the MMP Two-Channel DMA engine.
401400
This engine used for MMP Audio DMA and pxa910 SQU.
402-
It needs sram driver under mach-mmp.
403401

404402
config MOXART_DMA
405403
tristate "MOXART DMA support"

0 commit comments

Comments
 (0)