Skip to content

Commit

Permalink
dma: enable mxs-dma for imx6q
Browse files Browse the repository at this point in the history
enable the mxs-dma for imx6q.
Also remove the unused header file.

Signed-off-by: Huang Shijie <shijie8@gmail.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
  • Loading branch information
Huang Shijie authored and Vinod Koul committed Jun 7, 2012
1 parent 5a67ac5 commit f5c5584
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ config IMX_DMA

config MXS_DMA
bool "MXS DMA support"
depends on SOC_IMX23 || SOC_IMX28
depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q
select STMP_DEVICE
select DMA_ENGINE
help
Expand Down
1 change: 0 additions & 1 deletion drivers/dma/mxs-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <linux/of_device.h>

#include <asm/irq.h>
#include <mach/mxs.h>

#include "dmaengine.h"

Expand Down

0 comments on commit f5c5584

Please sign in to comment.