diff options
author | Boojin Kim <boojin.kim@samsung.com> | 2011-09-02 09:44:30 +0900 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-09-14 11:10:01 +0530 |
commit | 1b9bb715e7c4c189c4215a11a09e2ccb16598d86 (patch) | |
tree | e274c2a58ec31185e0871255a5fd64c177ee4898 /drivers/dma/Kconfig | |
parent | a2f5203fec3c06d68a6bb45ad41f2adebf9ac5e0 (diff) | |
download | op-kernel-dev-1b9bb715e7c4c189c4215a11a09e2ccb16598d86.zip op-kernel-dev-1b9bb715e7c4c189c4215a11a09e2ccb16598d86.tar.gz |
DMA: PL330: Update PL330 DMA API driver
This patch updates following 3 items.
1. Removes unneccessary code.
2. Add AMBA, PL330 configuration
3. Change the meaning of 'peri_id' variable
from PL330 event number to specific dma id by user.
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 2e3b3d3..ab8f469 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -193,7 +193,8 @@ config ARCH_HAS_ASYNC_TX_FIND_CHANNEL config PL330_DMA tristate "DMA API Driver for PL330" select DMA_ENGINE - depends on PL330 + depends on ARM_AMBA + select PL330 help Select if your platform has one or more PL330 DMACs. You need to provide platform specific settings via |