xref: /openbmc/smbios-mdr/meson.options (revision 9d583918445ca1905644d279244c554e5ff93f16)
1option('tests', type: 'feature', value: 'disabled', description: 'Build tests')
2
3option(
4    'dimm-dbus',
5    type: 'feature',
6    value: 'enabled',
7    description: 'Expose DIMM D-Bus Interface',
8)
9
10option(
11    'dimm-only-locator',
12    type: 'feature',
13    value: 'disabled',
14    description: 'Only use the DIMM number, and not the bank',
15)
16
17option(
18    'assoc-trim-path',
19    type: 'feature',
20    value: 'disabled',
21    description: 'Trim one object path component from CPU and DIMM associations',
22)
23
24option(
25    'cpuinfo',
26    type: 'feature',
27    value: 'enabled',
28    description: 'Build CPUInfo service',
29)
30
31option(
32    'cpuinfo-peci',
33    type: 'feature',
34    value: 'enabled',
35    description: 'Enable CPUInfo features that depend on PECI',
36)
37
38option(
39    'smbios-ipmi-blob',
40    type: 'feature',
41    value: 'enabled',
42    description: 'Build IPMI blob library for SMBIOS transfer',
43)
44