Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76448041 authored by Guenter Roeck's avatar Guenter Roeck Committed by Vinod Koul
Browse files

dma/Kconfig: TI_EDMA needs to be boolean



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 into the kernel, edma_filter_fn() must be built into
the kernel as well.

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent c095ba72
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -194,7 +194,7 @@ config SIRF_DMA
	  Enable support for the CSR SiRFprimaII DMA engine.
	  Enable support for the CSR SiRFprimaII DMA engine.


config TI_EDMA
config TI_EDMA
	tristate "TI EDMA support"
	bool "TI EDMA support"
	depends on ARCH_DAVINCI || ARCH_OMAP
	depends on ARCH_DAVINCI || ARCH_OMAP
	select DMA_ENGINE
	select DMA_ENGINE
	select DMA_VIRTUAL_CHANNELS
	select DMA_VIRTUAL_CHANNELS