blob: d81ab9c0efab3171c540a8b6541f07992f6fb02d [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(
Chris Sides2ab73412024-10-15 16:04:11 -050011 'devicetree-vpd', type: 'boolean', description: 'Build device-tree VPD parser'
12)
13option(
Matt Spinler7742c872024-05-02 14:13:21 -050014 'validate-json', type: 'boolean', value: true, description: 'Run JSON schema validation during the build.',
15)