]> git.baikalelectronics.ru Git - kernel.git/commit
dma/Kconfig: TI_EDMA needs to be boolean
authorGuenter Roeck <linux@roeck-us.net>
Thu, 22 Aug 2013 21:03:24 +0000 (14:03 -0700)
committerVinod Koul <vinod.koul@intel.com>
Sun, 25 Aug 2013 10:43:19 +0000 (16:13 +0530)
commit05b43977fe43e10560f6cacdfced5f3aed541ea4
tree9f5e4294d55e35eac8e389ab26221ac18f27f4de
parentd33c3cb0da597300ed26282fd9cb264be06085c0
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 589d3d36 (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: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig