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