blob: b7f5265c2911a6ebeaed2b06306caa20e8769a83 [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(
Manojkiran Edace89a372025-02-05 23:09:04 +053032 'slot-drive-presence',
33 type: 'feature',
34 value: 'disabled',
35 description: 'Sets drive presence on slot objects'
36)
37
38option(
Patrick Williams9d583912025-02-01 08:37:58 -050039 'cpuinfo-peci',
40 type: 'feature',
41 value: 'enabled',
42 description: 'Enable CPUInfo features that depend on PECI',
Jonathan Doman366546c2023-07-24 12:33:16 -070043)
44
45option(
Patrick Williams9d583912025-02-01 08:37:58 -050046 'smbios-ipmi-blob',
47 type: 'feature',
48 value: 'enabled',
49 description: 'Build IPMI blob library for SMBIOS transfer',
Jonathan Doman366546c2023-07-24 12:33:16 -070050)