blob: 2e059655ddfaa81c4dfceef26ae6282fa407303f [file] [log] [blame]
Jason M. Bills5e1e7e32023-08-03 13:42:18 -07001option(
2 'libpeci',
3 type: 'feature',
4 value: 'disabled',
5 description: 'Enable use of old peci driver API via libpeci',
6)
7
8option(
9 'crashdump',
10 type: 'feature',
11 value: 'disabled',
12 description: 'Enable use of the Intel Crashdump service',
13)
Jason M. Billsd6087ae2023-10-09 11:54:13 -070014
15option(
16 'tests',
17 type: 'feature',
18 value: 'disabled',
19 description: 'Enable unit tests',
20)