1option('tools', type: 'boolean', value: true, 2 description: 'Build tools') 3option('assume-mask', type: 'integer', value: 0, 4 description: 'Control the assumptions made (e.g. risking security issues) in the code.') 5option('yaml', type: 'feature', value: 'auto', 6 description: 'YAML support') 7option('valgrind', type: 'feature', value: 'auto', 8 description: 'Valgrind support') 9option('python', type: 'feature', value: 'auto', 10 description: 'Build pylibfdt Python library') 11option('static-build', type: 'boolean', value: false, 12 description: 'Build static binaries') 13