1option(
2    'tests', type: 'feature', description: 'Build tests.',
3)
4option(
5    'fru-device', type: 'boolean', description: 'Build fru-device VPD parser.',
6)
7option(
8    'fru-device-resizefru', value : false, type: 'boolean', description: 'Allow FruDevice to resize FRU areas.',
9)
10option(
11    'devicetree-vpd', type: 'boolean', description: 'Build device-tree VPD parser'
12)
13option(
14    'validate-json', type: 'boolean', value: true, description: 'Run JSON schema validation during the build.',
15)
16