xref: /openbmc/smbios-mdr/meson.options (revision 366546cf)
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  'cpuinfo',
24  type: 'feature',
25  value: 'enabled',
26  description: 'Build CPUInfo service'
27)
28
29option(
30  'smbios-ipmi-blob',
31  type: 'feature',
32  value: 'enabled',
33  description: 'Build IPMI blob library for SMBIOS transfer'
34)
35