[PATCH] dmaengine: mmp_tdma: Select GENERIC_ALLOCATOR

From: Borislav Petkov
Date: Thu Nov 03 2016 - 08:37:56 EST


From: Borislav Petkov <bp@xxxxxxx>

as the driver needs it. Build error caught with a randconfig build:

drivers/built-in.o: In function `mmp_tdma_prep_dma_cyclic':
mmp_tdma.c:(.text+0x1612d9): undefined reference to `gen_pool_dma_alloc'
drivers/built-in.o: In function `mmp_tdma_free_chan_resources':
mmp_tdma.c:(.text+0x161444): undefined reference to `gen_pool_free'
drivers/built-in.o: In function `mmp_tdma_probe':
mmp_tdma.c:(.text+0x1616ac): undefined reference to `of_gen_pool_get'
make: *** [vmlinux] Error 1

Signed-off-by: Borislav Petkov <bp@xxxxxxx>
Cc: Dan Williams <dan.j.williams@xxxxxxxxx>
Cc: Vinod Koul <vinod.koul@xxxxxxxxx>
Cc: dmaengine@xxxxxxxxxxxxxxx
---
drivers/dma/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index af63a6bcf564..e88a6ef03dcf 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -304,6 +304,7 @@ config MMP_PDMA
config MMP_TDMA
bool "MMP Two-Channel DMA support"
depends on ARCH_MMP || COMPILE_TEST
+ select GENERIC_ALLOCATOR
select DMA_ENGINE
select MMP_SRAM if ARCH_MMP
help
--
2.10.0