Jason M. Bills | 5e1e7e3 | 2023-08-03 13:42:18 -0700 | [diff] [blame] | 1 | option( |
| 2 | 'libpeci', |
| 3 | type: 'feature', |
| 4 | value: 'disabled', |
| 5 | description: 'Enable use of old peci driver API via libpeci', |
| 6 | ) |
| 7 | |
| 8 | option( |
| 9 | 'crashdump', |
| 10 | type: 'feature', |
| 11 | value: 'disabled', |
| 12 | description: 'Enable use of the Intel Crashdump service', |
| 13 | ) |
Jason M. Bills | d6087ae | 2023-10-09 11:54:13 -0700 | [diff] [blame] | 14 | |
| 15 | option( |
| 16 | 'tests', |
| 17 | type: 'feature', |
Jason M. Bills | 7aede38 | 2024-04-01 11:44:08 -0700 | [diff] [blame] | 18 | value: 'enabled', |
Jason M. Bills | d6087ae | 2023-10-09 11:54:13 -0700 | [diff] [blame] | 19 | description: 'Enable unit tests', |
| 20 | ) |
Paul Fertser | 97b5ef2 | 2024-01-23 10:07:21 +0000 | [diff] [blame] | 21 | |
| 22 | option( |
| 23 | 'send-to-logger', |
| 24 | type: 'feature', |
| 25 | value: 'disabled', |
Jason M. Bills | 2883607 | 2024-05-17 12:47:15 -0700 | [diff] [blame] | 26 | description: 'Use D-Bus Logging interface for reporting', |
| 27 | ) |