Jonathan Doman | 366546c | 2023-07-24 12:33:16 -0700 | [diff] [blame] | 1 | option( |
| 2 | 'tests', |
| 3 | type: 'feature', |
| 4 | value: 'disabled', |
| 5 | description: 'Build tests' |
| 6 | ) |
| 7 | |
| 8 | option( |
| 9 | 'dimm-dbus', |
| 10 | type: 'feature', |
| 11 | value: 'enabled', |
| 12 | description: 'Expose DIMM D-Bus Interface' |
| 13 | ) |
| 14 | |
| 15 | option( |
| 16 | 'dimm-only-locator', |
| 17 | type: 'feature', |
| 18 | value: 'disabled', |
| 19 | description: 'Only use the DIMM number, and not the bank' |
| 20 | ) |
| 21 | |
| 22 | option( |
Josh Lehan | abdccd3 | 2024-01-26 15:49:50 -0800 | [diff] [blame] | 23 | 'assoc-trim-path', |
| 24 | type: 'feature', |
| 25 | value: 'disabled', |
| 26 | description: 'Trim one object path component from CPU and DIMM associations' |
| 27 | ) |
| 28 | |
| 29 | option( |
Jonathan Doman | 366546c | 2023-07-24 12:33:16 -0700 | [diff] [blame] | 30 | 'cpuinfo', |
| 31 | type: 'feature', |
| 32 | value: 'enabled', |
| 33 | description: 'Build CPUInfo service' |
| 34 | ) |
| 35 | |
| 36 | option( |
Jonathan Doman | 4e1cf09 | 2024-03-08 19:57:56 -0800 | [diff] [blame] | 37 | 'cpuinfo-peci', |
| 38 | type: 'feature', |
| 39 | value: 'enabled', |
| 40 | description: 'Enable CPUInfo features that depend on PECI' |
| 41 | ) |
| 42 | |
| 43 | option( |
Jonathan Doman | 366546c | 2023-07-24 12:33:16 -0700 | [diff] [blame] | 44 | 'smbios-ipmi-blob', |
| 45 | type: 'feature', |
| 46 | value: 'enabled', |
| 47 | description: 'Build IPMI blob library for SMBIOS transfer' |
| 48 | ) |