| Patrick Williams | 37304f0 | 2025-02-01 08:38:32 -0500 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests.') | 
 | 2 | option( | 
 | 3 |     'fru-device', | 
 | 4 |     type: 'boolean', | 
 | 5 |     description: 'Build fru-device VPD parser.', | 
 | 6 | ) | 
 | 7 | option( | 
 | 8 |     'fru-device-resizefru', | 
 | 9 |     value: false, | 
 | 10 |     type: 'boolean', | 
 | 11 |     description: 'Allow FruDevice to resize FRU areas.', | 
 | 12 | ) | 
 | 13 | option( | 
 | 14 |     'fru-device-16bitdetectmode', | 
 | 15 |     type: 'combo', | 
 | 16 |     choices: ['MODE_1', 'MODE_2'], | 
 | 17 |     value: 'MODE_1', | 
 | 18 |     description: 'Different modes to detect 16-bit address EEPROM devices. MODE_1 is current and default mode.', | 
 | 19 | ) | 
 | 20 | option( | 
 | 21 |     'devicetree-vpd', | 
 | 22 |     type: 'boolean', | 
 | 23 |     description: 'Build device-tree VPD parser', | 
 | 24 | ) | 
 | 25 | option( | 
 | 26 |     'validate-json', | 
 | 27 |     type: 'boolean', | 
 | 28 |     value: true, | 
 | 29 |     description: 'Run JSON schema validation during the build.', | 
 | 30 | ) | 
| Alexander Hansen | 8c4b1d9 | 2024-11-04 14:06:24 +0100 | [diff] [blame] | 31 | option( | 
| Alexander Hansen | 7f51d32 | 2025-06-25 12:26:09 +0200 | [diff] [blame] | 32 |     'runtime-validate-json', | 
 | 33 |     type: 'boolean', | 
 | 34 |     value: false, | 
 | 35 |     description: 'Run JSON schema validation at runtime.', | 
 | 36 | ) | 
 | 37 | option( | 
| Alexander Hansen | 8c4b1d9 | 2024-11-04 14:06:24 +0100 | [diff] [blame] | 38 |     'gpio-presence', | 
 | 39 |     type: 'boolean', | 
 | 40 |     value: true, | 
 | 41 |     description: 'Build gpio presence daemon', | 
 | 42 | ) |