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 | ) |