Re: [PATCH] dma/Kconfig: TI_EDMA needs to be boolean

2013-08-25 Thread Vinod Koul
On Thu, Aug 22, 2013 at 02:03:24PM -0700, Guenter Roeck wrote: > Fix: > > arch/arm/common/built-in.o: undefined reference to `edma_filter_fn' > > seen with "make ARCH=arm allmodconfig" > > Commit 6cba4355 (ARM: edma: Add DT and runtime PM support to the private EDMA > API) adds a dependency on

Re: [PATCH] dma/Kconfig: TI_EDMA needs to be boolean

2013-08-25 Thread Vinod Koul
On Thu, Aug 22, 2013 at 02:03:24PM -0700, Guenter Roeck wrote: Fix: arch/arm/common/built-in.o: undefined reference to `edma_filter_fn' seen with make ARCH=arm allmodconfig Commit 6cba4355 (ARM: edma: Add DT and runtime PM support to the private EDMA API) adds a dependency on

[PATCH] dma/Kconfig: TI_EDMA needs to be boolean

2013-08-22 Thread Guenter Roeck
Fix: arch/arm/common/built-in.o: undefined reference to `edma_filter_fn' seen with "make ARCH=arm allmodconfig" Commit 6cba4355 (ARM: edma: Add DT and runtime PM support to the private EDMA API) adds a dependency on edma_filter_fn() into arch/arm/common/edma.c. Since this file is always built

[PATCH] dma/Kconfig: TI_EDMA needs to be boolean

2013-08-22 Thread Guenter Roeck
Fix: arch/arm/common/built-in.o: undefined reference to `edma_filter_fn' seen with make ARCH=arm allmodconfig Commit 6cba4355 (ARM: edma: Add DT and runtime PM support to the private EDMA API) adds a dependency on edma_filter_fn() into arch/arm/common/edma.c. Since this file is always built