blob: 5c9d771ef49bf275a337cfeb4a303295ff05813d [file] [log] [blame]
Willy Tue39f9392022-06-15 13:24:20 -07001option('tests', type: 'feature', description: 'Build tests')
2option('bic', type: 'feature', description: 'Enable bic handlers')
3option(
4 'host-instances',
5 type: 'string',
6 description: 'Host Instances')
Karthikeyan Pasupathi3048dd52022-06-30 21:51:11 +05307option(
8 'machine',
9 type: 'string',
10 description: 'Machine')
Potin Lai2ad53982022-10-27 17:02:51 +080011option(
12 'me_support',
13 type : 'boolean',
14 value : true,
15 description: 'Enable ME support')