blob: 1c331651f396fc3d37cc3a62c87197217c647fe2 [file] [log] [blame]
Jonathan Doman366546c2023-07-24 12:33:16 -07001option(
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(
Josh Lehanabdccd32024-01-26 15:49:50 -080023 'assoc-trim-path',
24 type: 'feature',
25 value: 'disabled',
26 description: 'Trim one object path component from CPU and DIMM associations'
27)
28
29option(
Jonathan Doman366546c2023-07-24 12:33:16 -070030 'cpuinfo',
31 type: 'feature',
32 value: 'enabled',
33 description: 'Build CPUInfo service'
34)
35
36option(
Jonathan Doman4e1cf092024-03-08 19:57:56 -080037 'cpuinfo-peci',
38 type: 'feature',
39 value: 'enabled',
40 description: 'Enable CPUInfo features that depend on PECI'
41)
42
43option(
Jonathan Doman366546c2023-07-24 12:33:16 -070044 'smbios-ipmi-blob',
45 type: 'feature',
46 value: 'enabled',
47 description: 'Build IPMI blob library for SMBIOS transfer'
48)