Vernon Mauery | 4a31605 | 2022-09-26 13:43:17 -0700 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests') |
Jason M. Bills | 97d1fb3 | 2025-04-23 08:57:35 -0700 | [diff] [blame] | 2 | option( |
| 3 | 'intel-pfr', |
| 4 | type: 'feature', |
| 5 | description: 'Intel Platform Firmware Resilience enabled', |
| 6 | ) |
| 7 | option( |
| 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 | ) |
| 12 | option( |
| 13 | 'using-entity-manager-decorators', |
| 14 | type: 'feature', |
| 15 | description: 'Enable using EM decorators to map FRUs to entity IDs', |
| 16 | ) |