mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
dma: enable mxs-dma for imx6q
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>
This commit is contained in:
parent
5a67ac572e
commit
f5c55847f7
@ -237,7 +237,7 @@ config IMX_DMA
|
|||||||
|
|
||||||
config MXS_DMA
|
config MXS_DMA
|
||||||
bool "MXS DMA support"
|
bool "MXS DMA support"
|
||||||
depends on SOC_IMX23 || SOC_IMX28
|
depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q
|
||||||
select STMP_DEVICE
|
select STMP_DEVICE
|
||||||
select DMA_ENGINE
|
select DMA_ENGINE
|
||||||
help
|
help
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
#include <linux/of_device.h>
|
#include <linux/of_device.h>
|
||||||
|
|
||||||
#include <asm/irq.h>
|
#include <asm/irq.h>
|
||||||
#include <mach/mxs.h>
|
|
||||||
|
|
||||||
#include "dmaengine.h"
|
#include "dmaengine.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user