blob: d08fe214ede130f953d11c05583626b4cc28e14b [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',
Jason M. Bills7aede382024-04-01 11:44:08 -070018 value: 'enabled',
Jason M. Billsd6087ae2023-10-09 11:54:13 -070019 description: 'Enable unit tests',
20)
Paul Fertser97b5ef22024-01-23 10:07:21 +000021
22option(
23 'send-to-logger',
24 type: 'feature',
25 value: 'disabled',
Jason M. Bills28836072024-05-17 12:47:15 -070026 description: 'Use D-Bus Logging interface for reporting',
27)