Brad Bishop | a0fa15b | 2020-11-06 14:42:24 -0500 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests.') |
Patrick Williams | 1e3ce2e | 2023-11-29 07:19:12 -0600 | [diff] [blame] | 2 | option('oe-sdk', type: 'feature', value: 'disabled', description: 'Enable OE SDK') |
Brad Bishop | a0fa15b | 2020-11-06 14:42:24 -0500 | [diff] [blame] | 3 | option('device-type', type: 'combo', choices: ['static', 'ubi', 'mmc'], description: 'Select which device type to support') |
| 4 | option('vpnor', type: 'feature', description: 'Enable virtual PNOR support') |
Adriana Kobylak | 6fc7fcd | 2021-10-18 18:47:55 +0000 | [diff] [blame] | 5 | option('pldm', type: 'feature', description: 'Enable Host PLDM support') |
Brad Bishop | a0fa15b | 2020-11-06 14:42:24 -0500 | [diff] [blame] | 6 | option('verify-signature', type: 'feature', description: 'Enable image signature validation') |
| 7 | option('msl', type: 'string', description: 'Minimum Ship Level') |