583f373297
The DPAA DMA driver is an implementation of the dmadev APIs, that provide means to initiate a DMA transaction from CPU. The initiated DMA is performed without CPU being involved in the actual DMA transaction. This is achieved via using the QDMA controller of DPAA SoC. Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
13 lines
217 B
Meson
13 lines
217 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2021 HiSilicon Limited
|
|
|
|
drivers = [
|
|
'cnxk',
|
|
'dpaa',
|
|
'hisilicon',
|
|
'idxd',
|
|
'ioat',
|
|
'skeleton',
|
|
]
|
|
std_deps = ['dmadev']
|