X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson_options.txt;h=b78f3bd9d510affa93726f9ca9189db8f05a78db;hb=2321e34c23b386c46e4a644682e40214cf59ee4f;hp=e1dc351620f0504c1f0c52716ea3113d4777a979;hpb=2e33309ebe034092caaf70feb21167bc05983c1e;p=dpdk.git diff --git a/meson_options.txt b/meson_options.txt index e1dc351620..b78f3bd9d5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -34,6 +34,8 @@ option('max_lcores', type: 'integer', value: 128, description: 'maximum number of cores/threads supported by EAL') option('max_numa_nodes', type: 'integer', value: 32, description: 'maximum number of NUMA nodes supported by EAL') +option('platform', type: 'string', value: '', + description: 'use configuration for a particular platform (such as a SoC).') option('enable_trace_fp', type: 'boolean', value: false, description: 'enable fast path trace points.') option('tests', type: 'boolean', value: true,