blob: 2d170032398939602f6ef9f048ec4c61e8fdc53f [file] [log] [blame]
Brad Bishopa0fa15b2020-11-06 14:42:24 -05001option('tests', type: 'feature', description: 'Build tests.')
Patrick Williams1e3ce2e2023-11-29 07:19:12 -06002option('oe-sdk', type: 'feature', value: 'disabled', description: 'Enable OE SDK')
Brad Bishopa0fa15b2020-11-06 14:42:24 -05003option('device-type', type: 'combo', choices: ['static', 'ubi', 'mmc'], description: 'Select which device type to support')
4option('vpnor', type: 'feature', description: 'Enable virtual PNOR support')
Adriana Kobylak6fc7fcd2021-10-18 18:47:55 +00005option('pldm', type: 'feature', description: 'Enable Host PLDM support')
Brad Bishopa0fa15b2020-11-06 14:42:24 -05006option('verify-signature', type: 'feature', description: 'Enable image signature validation')
7option('msl', type: 'string', description: 'Minimum Ship Level')