xref: /openbmc/smbios-mdr/meson.options (revision abdccd3af908c96a90b3e890a422a0022f471991)
1366546cfSJonathan Domanoption(
2366546cfSJonathan Doman  'tests',
3366546cfSJonathan Doman   type: 'feature',
4366546cfSJonathan Doman   value: 'disabled',
5366546cfSJonathan Doman   description: 'Build tests'
6366546cfSJonathan Doman)
7366546cfSJonathan Doman
8366546cfSJonathan Domanoption(
9366546cfSJonathan Doman  'dimm-dbus',
10366546cfSJonathan Doman  type: 'feature',
11366546cfSJonathan Doman  value: 'enabled',
12366546cfSJonathan Doman  description: 'Expose DIMM D-Bus Interface'
13366546cfSJonathan Doman)
14366546cfSJonathan Doman
15366546cfSJonathan Domanoption(
16366546cfSJonathan Doman  'dimm-only-locator',
17366546cfSJonathan Doman  type: 'feature',
18366546cfSJonathan Doman  value: 'disabled',
19366546cfSJonathan Doman  description: 'Only use the DIMM number, and not the bank'
20366546cfSJonathan Doman)
21366546cfSJonathan Doman
22366546cfSJonathan Domanoption(
23*abdccd3aSJosh Lehan  'assoc-trim-path',
24*abdccd3aSJosh Lehan  type: 'feature',
25*abdccd3aSJosh Lehan  value: 'disabled',
26*abdccd3aSJosh Lehan  description: 'Trim one object path component from CPU and DIMM associations'
27*abdccd3aSJosh Lehan)
28*abdccd3aSJosh Lehan
29*abdccd3aSJosh Lehanoption(
30366546cfSJonathan Doman  'cpuinfo',
31366546cfSJonathan Doman  type: 'feature',
32366546cfSJonathan Doman  value: 'enabled',
33366546cfSJonathan Doman  description: 'Build CPUInfo service'
34366546cfSJonathan Doman)
35366546cfSJonathan Doman
36366546cfSJonathan Domanoption(
37366546cfSJonathan Doman  'smbios-ipmi-blob',
38366546cfSJonathan Doman  type: 'feature',
39366546cfSJonathan Doman  value: 'enabled',
40366546cfSJonathan Doman  description: 'Build IPMI blob library for SMBIOS transfer'
41366546cfSJonathan Doman)
42