Willy Tu | e39f939 | 2022-06-15 13:24:20 -0700 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests') |
| 2 | option('bic', type: 'feature', description: 'Enable bic handlers') |
Bonnie Lo | 4ae63e7 | 2023-02-09 15:27:54 +0800 | [diff] [blame] | 3 | option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1) |
Peter Yin | b340aa2 | 2024-07-08 16:07:55 +0800 | [diff] [blame] | 4 | option('debug-card-frame-size', type: 'integer', description: 'debug card frame size.', value: 2) |
Willy Tu | e39f939 | 2022-06-15 13:24:20 -0700 | [diff] [blame] | 5 | option( |
| 6 | 'host-instances', |
| 7 | type: 'string', |
| 8 | description: 'Host Instances') |
Karthikeyan Pasupathi | 3048dd5 | 2022-06-30 21:51:11 +0530 | [diff] [blame] | 9 | option( |
| 10 | 'machine', |
| 11 | type: 'string', |
| 12 | description: 'Machine') |