igb_uio: build with meson
[dpdk.git] / meson_options.txt
1 option('machine', type: 'string', value: 'native', description: 'set the target machine type')
2 option('max_lcores', type: 'string', value: '128', description: 'maximum number of cores/threads supported by EAL')
3 option('max_numa_nodes', type: 'string', value: '4', description: 'maximum number of NUMA nodes supported by EAL')
4 option('use_hpet', type: 'boolean', value: false, description: 'use HPET timer in EAL')
5 option('allow_invalid_socket_id', type: 'boolean', value: false,
6         description: 'allow out-of-range NUMA socket id\'s for platforms that don\'t report the value correctly')
7 option('enable_kmods', type: 'boolean', value: true, description: 'build kernel modules')
8 option('kernel_dir', type: 'string', value: '', description: 'path to the kernel for building kernel modules')