1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation 3 4 5drivers = ['af_packet', 6 'af_xdp', 7 'ark', 8 'atlantic', 9 'avp', 10 'axgbe', 'bonding', 11 'bnx2x', 12 'bnxt', 13 'cxgbe', 14 'dpaa', 'dpaa2', 15 'e1000', 16 'ena', 17 'enetc', 18 'enic', 19 'failsafe', 20 'fm10k', 'i40e', 21 'hinic', 22 'hns3', 23 'iavf', 24 'ice', 25 'igc', 26 'ionic', 27 'ipn3ke', 28 'ixgbe', 29 'kni', 30 'liquidio', 31 'memif', 32 'mlx4', 33 'mlx5', 34 'mvneta', 35 'mvpp2', 36 'netvsc', 37 'nfb', 38 'nfp', 39 'null', 40 'octeontx', 41 'octeontx2', 42 'octeontx_ep', 43 'pcap', 44 'pfe', 45 'qede', 46 'ring', 47 'sfc', 48 'softnic', 49 'szedata2', 50 'tap', 51 'thunderx', 52 'txgbe', 53 'vdev_netvsc', 54 'vhost', 55 'virtio', 56 'vmxnet3', 57] 58std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc 59std_deps += ['bus_pci'] # very many PMDs depend on PCI, so make std 60std_deps += ['bus_vdev'] # same with vdev bus 61