xref: /openbmc/intel-ipmi-oem/meson.options (revision 97d1fb3739cf93d33b0e8d784de03afdfbdeaa8a)
14a316058SVernon Maueryoption('tests', type: 'feature', description: 'Build tests')
2*97d1fb37SJason M. Billsoption(
3*97d1fb37SJason M. Bills    'intel-pfr',
4*97d1fb37SJason M. Bills    type: 'feature',
5*97d1fb37SJason M. Bills    description: 'Intel Platform Firmware Resilience enabled',
6*97d1fb37SJason M. Bills)
7*97d1fb37SJason M. Billsoption(
8*97d1fb37SJason M. Bills    'bmc-validation-unsecure-feature',
9*97d1fb37SJason M. Bills    type: 'feature',
10*97d1fb37SJason M. Bills    description: 'Enables unsecure features required by validation. Note: must be turned off for production images.',
11*97d1fb37SJason M. Bills)
12*97d1fb37SJason M. Billsoption(
13*97d1fb37SJason M. Bills    'using-entity-manager-decorators',
14*97d1fb37SJason M. Bills    type: 'feature',
15*97d1fb37SJason M. Bills    description: 'Enable using EM decorators to map FRUs to entity IDs',
16*97d1fb37SJason M. Bills)
17