diff options
author | Matt Porter <mporter@ti.com> | 2013-03-06 11:15:31 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-06-18 01:22:03 -0400 |
commit | 3ad7a42d5a9c3736cd6d2c6f7e6038d0ca8b316c (patch) | |
tree | 1b2684a334fadc060b3acc1dc4963b935031d1b9 /arch/arm/Kconfig | |
parent | b464e3cb294518c8705425335338957bc291d019 (diff) |
ARM: davinci: move private EDMA API to arm/common
Move mach-davinci/dma.c to common/edma.c so it can be used
by OMAP (specifically AM33xx) as well.
Signed-off-by: Matt Porter <mporter@ti.com>
Acked-by: Chris Ball <cjb@laptop.org> # davinci_mmc.c
Acked-by: Mark Brown <broonie@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
[nsekhar@ti.com: dropped davinci sffsdr changes]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 49d993cee512..b1c66a48a454 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -840,6 +840,7 @@ config ARCH_DAVINCI | |||
840 | select GENERIC_IRQ_CHIP | 840 | select GENERIC_IRQ_CHIP |
841 | select HAVE_IDE | 841 | select HAVE_IDE |
842 | select NEED_MACH_GPIO_H | 842 | select NEED_MACH_GPIO_H |
843 | select TI_PRIV_EDMA | ||
843 | select USE_OF | 844 | select USE_OF |
844 | select ZONE_DMA | 845 | select ZONE_DMA |
845 | help | 846 | help |