8caf8427f8
The DPAA2 DMA driver is an implementation of the dmadev APIs, that provide means to initiate a DMA transaction from CPU. Earlier this was part of RAW driver, but with DMA drivers added as separate flavor of drivers, this driver is being moved to DMA drivers. Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
14 lines
234 B
Meson
14 lines
234 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2021 HiSilicon Limited
|
|
|
|
drivers = [
|
|
'cnxk',
|
|
'dpaa',
|
|
'dpaa2',
|
|
'hisilicon',
|
|
'idxd',
|
|
'ioat',
|
|
'skeleton',
|
|
]
|
|
std_deps = ['dmadev']
|