blob: 3d67850801f3907683a7017686d4d2e975b4c351 [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(
Patrick Williamsd1471242025-02-01 08:36:16 -05004 'post-code-bytes',
5 type: 'integer',
6 description: 'Post code byte size.',
7 value: 1,
8)
Karthikeyan Pasupathi3048dd52022-06-30 21:51:11 +05309option(
Patrick Williamsd1471242025-02-01 08:36:16 -050010 'debug-card-frame-size',
11 type: 'integer',
12 description: 'debug card frame size.',
13 value: 2,
14)
15option('host-instances', type: 'string', description: 'Host Instances')
16option('machine', type: 'string', description: 'Machine')