2019-06-25 11:12:58 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
|
2021-02-05 08:48:47 +00:00
|
|
|
|
2022-09-06 04:00:10 +00:00
|
|
|
drivers = [
|
|
|
|
'armv8',
|
|
|
|
'bcmfs',
|
|
|
|
'caam_jr',
|
|
|
|
'ccp',
|
|
|
|
'cnxk',
|
|
|
|
'dpaa_sec',
|
|
|
|
'dpaa2_sec',
|
|
|
|
'ipsec_mb',
|
|
|
|
'mlx5',
|
|
|
|
'mvsam',
|
|
|
|
'nitrox',
|
|
|
|
'null',
|
|
|
|
'octeontx',
|
|
|
|
'openssl',
|
|
|
|
'scheduler',
|
2023-09-13 12:21:49 +00:00
|
|
|
'uadk',
|
2022-09-06 04:00:10 +00:00
|
|
|
'virtio',
|
|
|
|
]
|
2019-06-25 11:12:58 +00:00
|
|
|
|
|
|
|
std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
|