xref: /openbmc/smbios-mdr/meson.options (revision 366546cfe32cdf01ebcd6059bd2484e58cb0ab88)
1*366546cfSJonathan Domanoption(
2*366546cfSJonathan Doman  'tests',
3*366546cfSJonathan Doman   type: 'feature',
4*366546cfSJonathan Doman   value: 'disabled',
5*366546cfSJonathan Doman   description: 'Build tests'
6*366546cfSJonathan Doman)
7*366546cfSJonathan Doman
8*366546cfSJonathan Domanoption(
9*366546cfSJonathan Doman  'dimm-dbus',
10*366546cfSJonathan Doman  type: 'feature',
11*366546cfSJonathan Doman  value: 'enabled',
12*366546cfSJonathan Doman  description: 'Expose DIMM D-Bus Interface'
13*366546cfSJonathan Doman)
14*366546cfSJonathan Doman
15*366546cfSJonathan Domanoption(
16*366546cfSJonathan Doman  'dimm-only-locator',
17*366546cfSJonathan Doman  type: 'feature',
18*366546cfSJonathan Doman  value: 'disabled',
19*366546cfSJonathan Doman  description: 'Only use the DIMM number, and not the bank'
20*366546cfSJonathan Doman)
21*366546cfSJonathan Doman
22*366546cfSJonathan Domanoption(
23*366546cfSJonathan Doman  'cpuinfo',
24*366546cfSJonathan Doman  type: 'feature',
25*366546cfSJonathan Doman  value: 'enabled',
26*366546cfSJonathan Doman  description: 'Build CPUInfo service'
27*366546cfSJonathan Doman)
28*366546cfSJonathan Doman
29*366546cfSJonathan Domanoption(
30*366546cfSJonathan Doman  'smbios-ipmi-blob',
31*366546cfSJonathan Doman  type: 'feature',
32*366546cfSJonathan Doman  value: 'enabled',
33*366546cfSJonathan Doman  description: 'Build IPMI blob library for SMBIOS transfer'
34*366546cfSJonathan Doman)
35