drivers: dma: Add QMSI 1.1-based DMA shim driver

Add DMA shim driver based on QMSI 1.1

In order to enable this driver, the following options must
be set.

CONFIG_DMA
CONFIG_DMA_QMSI

Jira: ZEP-354

Origin: Original

Change-Id: I604cbf34e90f7653b956a6e4d428424beee3ef87
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
This commit is contained in:
Baohong Liu 2016-06-14 13:16:13 -07:00 committed by Inaky Perez-Gonzalez
commit e4c765f40f
6 changed files with 258 additions and 0 deletions

View file

@ -69,4 +69,6 @@ source "drivers/sensor/Kconfig"
source "drivers/counter/Kconfig"
source "drivers/dma/Kconfig"
endmenu