05d5fc66a2
Skeleton dmadevice driver, on the lines of rawdev skeleton, is for showcasing of the dmadev library. Design of skeleton involves a virtual device which is plugged into VDEV bus on initialization. Also, enable compilation of dmadev skeleton drivers. Signed-off-by: Chengwen Feng <fengchengwen@huawei.com> Reviewed-by: Kevin Laatz <kevin.laatz@intel.com> Reviewed-by: Conor Walsh <conor.walsh@intel.com>
7 lines
110 B
Meson
7 lines
110 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2021 HiSilicon Limited
|
|
|
|
drivers = [
|
|
'skeleton',
|
|
]
|