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( |
| 4 | 'host-instances', |
| 5 | type: 'string', |
| 6 | description: 'Host Instances') |
Karthikeyan Pasupathi | 3048dd5 | 2022-06-30 21:51:11 +0530 | [diff] [blame] | 7 | option( |
| 8 | 'machine', |
| 9 | type: 'string', |
| 10 | description: 'Machine') |
Potin Lai | 2ad5398 | 2022-10-27 17:02:51 +0800 | [diff] [blame^] | 11 | option( |
| 12 | 'me_support', |
| 13 | type : 'boolean', |
| 14 | value : true, |
| 15 | description: 'Enable ME support') |