crypto/ipsec_mb: move kasumi PMD
[dpdk.git] / drivers / crypto / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 if is_windows
5     subdir_done()
6 endif
7
8 drivers = [
9         'armv8',
10         'bcmfs',
11         'caam_jr',
12         'ccp',
13         'cnxk',
14         'dpaa_sec',
15         'dpaa2_sec',
16         'ipsec_mb',
17         'mlx5',
18         'mvsam',
19         'nitrox',
20         'null',
21         'octeontx',
22         'octeontx2',
23         'openssl',
24         'scheduler',
25         'snow3g',
26         'virtio',
27         'zuc',
28 ]
29
30 std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps