blob: 2e302a4f7cf4aa265b10c87ea7cbb5c79681c26f [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(
Prithvi Pai8eeb35b2025-03-19 15:49:32 +053032 'slot-drive-presence',
33 type: 'feature',
34 value: 'disabled',
35 description: 'Sets drive presence on slot objects',
Manojkiran Edace89a372025-02-05 23:09:04 +053036)
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)
Prithvi Pai5af42bb2025-02-11 17:59:07 +053051
52option(
53 'tpm-dbus',
54 type: 'feature',
55 value: 'disabled',
56 description: 'Expose TPM D-Bus Interface',
57)
Prithvi Pai6f9e7a72025-03-14 13:05:02 +053058
59option(
60 'firmware-inventory-dbus',
61 type: 'feature',
62 value: 'disabled',
63 description: 'Expose Firmware Inventory D-Bus Interface',
64)
65
66option(
67 'expose-firmware-component-name',
68 type: 'feature',
69 value: 'disabled',
70 description: 'Use Firmware Component value as dbus object path',
71)