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/common/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/common/Kconfig')
-rw-r--r-- | arch/arm/common/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig index 9353184d730d..c3a4e9ceba34 100644 --- a/arch/arm/common/Kconfig +++ b/arch/arm/common/Kconfig | |||
@@ -17,3 +17,6 @@ config SHARP_PARAM | |||
17 | 17 | ||
18 | config SHARP_SCOOP | 18 | config SHARP_SCOOP |
19 | bool | 19 | bool |
20 | |||
21 | config TI_PRIV_EDMA | ||
22 | bool | ||