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