blob: 61a698abf46e6c5f02164400559682031111db1a [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)
Peter Yinb340aa22024-07-08 16:07:55 +08004option('debug-card-frame-size', type: 'integer', description: 'debug card frame size.', value: 2)
Willy Tue39f9392022-06-15 13:24:20 -07005option(
6 'host-instances',
7 type: 'string',
8 description: 'Host Instances')
Karthikeyan Pasupathi3048dd52022-06-30 21:51:11 +05309option(
10 'machine',
11 type: 'string',
12 description: 'Machine')