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') |
| 3 | option( |
Patrick Williams | d147124 | 2025-02-01 08:36:16 -0500 | [diff] [blame] | 4 | 'post-code-bytes', |
| 5 | type: 'integer', |
| 6 | description: 'Post code byte size.', |
| 7 | value: 1, |
| 8 | ) |
Karthikeyan Pasupathi | 3048dd5 | 2022-06-30 21:51:11 +0530 | [diff] [blame] | 9 | option( |
Patrick Williams | d147124 | 2025-02-01 08:36:16 -0500 | [diff] [blame] | 10 | 'debug-card-frame-size', |
| 11 | type: 'integer', |
| 12 | description: 'debug card frame size.', |
| 13 | value: 2, |
| 14 | ) |
| 15 | option('host-instances', type: 'string', description: 'Host Instances') |
| 16 | option('machine', type: 'string', description: 'Machine') |