dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMA
authorJosh Boyer <jwboyer@redhat.com>
Wed, 4 Sep 2013 13:32:03 +0000 (09:32 -0400)
committerVinod Koul <vinod.koul@intel.com>
Tue, 17 Sep 2013 04:56:22 +0000 (10:26 +0530)
commitc2b9e974e6bfef52a250ea57684a6f70e4c8275a
treebed1389354d452991528bbbc6702563833f62908
parentd71505b6672c438af37771e92c24c1d73e943f8c
dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMA

The TI_EDMA driver unconditionally calls functions provided by the
TI_PRIV_EDMA code, but it doesn't force that to be built-in.  If that isn't
otherwise enabled somewhere, you can get build errors like:

linux-3.12.0-0.rc0.git1.1.fc21.armv7hl/drivers/dma/edma.c:593: undefined reference to `edma_free_slot'
drivers/built-in.o: In function `edma_terminate_all':
linux-3.12.0-0.rc0.git1.1.fc21.armv7hl/drivers/dma/edma.c:169: undefined reference to `edma_stop'
drivers/built-in.o: In function `edma_execute':
linux-3.12.0-0.rc0.git1.1.fc21.armv7hl/drivers/dma/edma.c:122: undefined reference to `edma_write_slot'
linux-3.12.0-0.rc0.git1.1.fc21.armv7hl/drivers/dma/edma.c:149: undefined reference to `edma_link'
linux-3.12.0-0.rc0.git1.1.fc21.armv7hl/drivers/dma/edma.c:152: undefined reference to `edma_start'

Make TI_EDMA select TI_PRIV_EDMA to avoid this.

Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
Acked-by: Matt Porter <matt.porter@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig
This page took 0.02706 seconds and 5 git commands to generate.