blob: ddc1ab1b537ebff7f92104223a8e3058ef7061e1 [file] [log] [blame]
Vernon Mauery4a316052022-09-26 13:43:17 -07001option('tests', type: 'feature', description: 'Build tests')
Jason M. Bills97d1fb32025-04-23 08:57:35 -07002option(
3 'intel-pfr',
4 type: 'feature',
5 description: 'Intel Platform Firmware Resilience enabled',
6)
7option(
8 'bmc-validation-unsecure-feature',
9 type: 'feature',
10 description: 'Enables unsecure features required by validation. Note: must be turned off for production images.',
11)
12option(
13 'using-entity-manager-decorators',
14 type: 'feature',
15 description: 'Enable using EM decorators to map FRUs to entity IDs',
16)