blob: 7f150ab6054267a2e3fcbc6f4497beba99d84c2c [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')
Bonnie Lo4ae63e72023-02-09 15:27:54 +08003option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1)
Willy Tue39f9392022-06-15 13:24:20 -07004option(
5 'host-instances',
6 type: 'string',
7 description: 'Host Instances')
Karthikeyan Pasupathi3048dd52022-06-30 21:51:11 +05308option(
9 'machine',
10 type: 'string',
11 description: 'Machine')
Potin Lai2ad53982022-10-27 17:02:51 +080012option(
13 'me_support',
14 type : 'boolean',
15 value : true,
16 description: 'Enable ME support')