Brad Bishop | a0fa15b | 2020-11-06 14:42:24 -0500 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests.') |
2 | option('device-type', type: 'combo', choices: ['static', 'ubi', 'mmc'], description: 'Select which device type to support') | ||||
3 | option('vpnor', type: 'feature', description: 'Enable virtual PNOR support') | ||||
4 | option('verify-signature', type: 'feature', description: 'Enable image signature validation') | ||||
5 | option('msl', type: 'string', description: 'Minimum Ship Level') |