xref: /openbmc/smbios-mdr/meson.options (revision 5af42bbf374907888c09d7aaf2cbf74d74c7707d)
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    'slot-drive-presence',
33    type: 'feature',
34    value: 'disabled',
35    description: 'Sets drive presence on slot objects',
36)
37
38option(
39    'cpuinfo-peci',
40    type: 'feature',
41    value: 'enabled',
42    description: 'Enable CPUInfo features that depend on PECI',
43)
44
45option(
46    'smbios-ipmi-blob',
47    type: 'feature',
48    value: 'enabled',
49    description: 'Build IPMI blob library for SMBIOS transfer',
50)
51
52option(
53    'tpm-dbus',
54    type: 'feature',
55    value: 'disabled',
56    description: 'Expose TPM D-Bus Interface',
57)
58