blob: 935670dd365cae80bb0dfcbe4f040cc106428336 [file] [log] [blame]
Patrick Williams9d583912025-02-01 08:37:58 -05001option('tests', type: 'feature', value: 'disabled', description: 'Build tests')
2
Jonathan Doman366546c2023-07-24 12:33:16 -07003option(
Patrick Williams9d583912025-02-01 08:37:58 -05004 'dimm-dbus',
5 type: 'feature',
6 value: 'enabled',
7 description: 'Expose DIMM D-Bus Interface',
Jonathan Doman366546c2023-07-24 12:33:16 -07008)
9
10option(
Patrick Williams9d583912025-02-01 08:37:58 -050011 'dimm-only-locator',
12 type: 'feature',
13 value: 'disabled',
14 description: 'Only use the DIMM number, and not the bank',
Jonathan Doman366546c2023-07-24 12:33:16 -070015)
16
17option(
Patrick Williams9d583912025-02-01 08:37:58 -050018 'assoc-trim-path',
19 type: 'feature',
20 value: 'disabled',
21 description: 'Trim one object path component from CPU and DIMM associations',
Jonathan Doman366546c2023-07-24 12:33:16 -070022)
23
24option(
Patrick Williams9d583912025-02-01 08:37:58 -050025 'cpuinfo',
26 type: 'feature',
27 value: 'enabled',
28 description: 'Build CPUInfo service',
Josh Lehanabdccd32024-01-26 15:49:50 -080029)
30
31option(
Patrick Williams9d583912025-02-01 08:37:58 -050032 'cpuinfo-peci',
33 type: 'feature',
34 value: 'enabled',
35 description: 'Enable CPUInfo features that depend on PECI',
Jonathan Doman366546c2023-07-24 12:33:16 -070036)
37
38option(
Patrick Williams9d583912025-02-01 08:37:58 -050039 'smbios-ipmi-blob',
40 type: 'feature',
41 value: 'enabled',
42 description: 'Build IPMI blob library for SMBIOS transfer',
Jonathan Doman366546c2023-07-24 12:33:16 -070043)