Brad Bishop | b445991 | 2019-11-05 19:39:11 -0500 | [diff] [blame] | 1 | option( |
| 2 | 'tests', type: 'feature', description: 'Build tests.', |
| 3 | ) |
Brad Bishop | 92daaaa | 2020-01-20 15:45:01 -0500 | [diff] [blame] | 4 | option( |
Chris Sides | 2ab7341 | 2024-10-15 16:04:11 -0500 | [diff] [blame] | 5 | 'fru-device', type: 'boolean', description: 'Build fru-device VPD parser.', |
Brad Bishop | 92daaaa | 2020-01-20 15:45:01 -0500 | [diff] [blame] | 6 | ) |
Andrei Kartashev | 6b3d4c5 | 2020-08-10 19:24:17 +0300 | [diff] [blame] | 7 | option( |
| 8 | 'fru-device-resizefru', value : false, type: 'boolean', description: 'Allow FruDevice to resize FRU areas.', |
| 9 | ) |
Matt Spinler | 7742c87 | 2024-05-02 14:13:21 -0500 | [diff] [blame] | 10 | option( |
Vu Pham | dac2dfc | 2024-11-05 12:20:42 -0600 | [diff] [blame] | 11 | 'fru-device-16bitdetectmode', type: 'combo', choices: ['MODE_1', 'MODE_2'], value: 'MODE_1', description: 'Different modes to detect 16-bit address EEPROM devices. MODE_1 is current and default mode.', |
| 12 | ) |
| 13 | option( |
Chris Sides | 2ab7341 | 2024-10-15 16:04:11 -0500 | [diff] [blame] | 14 | 'devicetree-vpd', type: 'boolean', description: 'Build device-tree VPD parser' |
| 15 | ) |
| 16 | option( |
Matt Spinler | 7742c87 | 2024-05-02 14:13:21 -0500 | [diff] [blame] | 17 | 'validate-json', type: 'boolean', value: true, description: 'Run JSON schema validation during the build.', |
| 18 | ) |