1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2021 HiSilicon Limited
6 reason = 'only supported on Linux'
10 if (arch_subdir != 'x86' and arch_subdir != 'arm') or (not dpdk_conf.get('RTE_ARCH_64'))
12 reason = 'only supported on x86_64 and aarch64'
16 deps += ['bus_pci', 'dmadev']