blob: 363a90051b8105ce7042f496893db5c431fc2d7f [file] [log] [blame]
Brad Bishopb4459912019-11-05 19:39:11 -05001option(
2 'tests', type: 'feature', description: 'Build tests.',
3)
Brad Bishop92daaaa2020-01-20 15:45:01 -05004option(
Chris Sides2ab73412024-10-15 16:04:11 -05005 'fru-device', type: 'boolean', description: 'Build fru-device VPD parser.',
Brad Bishop92daaaa2020-01-20 15:45:01 -05006)
Andrei Kartashev6b3d4c52020-08-10 19:24:17 +03007option(
8 'fru-device-resizefru', value : false, type: 'boolean', description: 'Allow FruDevice to resize FRU areas.',
9)
Matt Spinler7742c872024-05-02 14:13:21 -050010option(
Vu Phamdac2dfc2024-11-05 12:20:42 -060011 '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)
13option(
Chris Sides2ab73412024-10-15 16:04:11 -050014 'devicetree-vpd', type: 'boolean', description: 'Build device-tree VPD parser'
15)
16option(
Matt Spinler7742c872024-05-02 14:13:21 -050017 'validate-json', type: 'boolean', value: true, description: 'Run JSON schema validation during the build.',
18)