xref: /openbmc/openpower-pnor-code-mgmt/meson.options (revision 9df0f3f141ffa918483bd79fe1c0e57a618550fe)
1option('tests', type: 'feature', description: 'Build tests.')
2option(
3    'oe-sdk',
4    type: 'feature',
5    value: 'disabled',
6    description: 'Enable OE SDK',
7)
8option(
9    'device-type',
10    type: 'combo',
11    choices: ['static', 'ubi', 'mmc'],
12    description: 'Select which device type to support',
13)
14option('vpnor', type: 'feature', description: 'Enable virtual PNOR support')
15option('pldm', type: 'feature', description: 'Enable Host PLDM support')
16option(
17    'verify-signature',
18    type: 'feature',
19    description: 'Enable image signature validation',
20)
21option('msl', type: 'string', description: 'Minimum Ship Level')
22