Message ID | 20161103123655.13559-1-bp@alien8.de (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
On Thu, Nov 03, 2016 at 01:36:55PM +0100, Borislav Petkov wrote: > From: Borislav Petkov <bp@suse.de> > > as the driver needs it. Build error caught with a randconfig build: Already fixed by commit d6619761068cf573cae406f176d00b82a39a37fc :(dmaengine: mmp_tdma: add missing select GENERIC_ALLOCATOR in Kconfig) You should see this in linux-next
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