X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=meson_options.txt;h=e6fcb884be3d8c92c1efbbdadc8d1b03b636b3fe;hb=1dc48bce518de1d8cb73f961404a47311c4a248d;hp=448f3e63dcf27c85cc7e9777f2075e01aa8d09bb;hpb=a489f5dbf437e5f262fa560efa88cd221ff572f1;p=dpdk.git diff --git a/meson_options.txt b/meson_options.txt index 448f3e63dc..e6fcb884be 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,7 @@ # Please keep these options sorted alphabetically. -option('allow_invalid_socket_id', type: 'boolean', value: false, - description: 'allow out-of-range NUMA socket id\'s for platforms that don\'t report the value correctly') +option('disable_drivers', type: 'string', value: '', + description: 'Comma-separated list of drivers to explicitly disable.') option('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-', description: 'Subdirectory of libdir where to install PMDs. Defaults to using a versioned subdirectory.') option('enable_docs', type: 'boolean', value: false,