X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson_options.txt;h=89650b0e9cf011146dc7628b7f84108a9c343ee3;hb=65d934d5b10470b3e0e1d19dcd02d488dd4a7cf9;hp=448f3e63dcf27c85cc7e9777f2075e01aa8d09bb;hpb=a489f5dbf437e5f262fa560efa88cd221ff572f1;p=dpdk.git diff --git a/meson_options.txt b/meson_options.txt index 448f3e63dc..89650b0e9c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,6 +2,8 @@ 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,