1*45c8176cSPatrick Williamsoption('tests', type: 'feature', description: 'Build tests') 2*45c8176cSPatrick Williamsoption('bic', type: 'feature', description: 'Enable bic handlers') 3*45c8176cSPatrick Williamsoption('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1) 4*45c8176cSPatrick Williamsoption( 5*45c8176cSPatrick Williams 'host-instances', 6*45c8176cSPatrick Williams type: 'string', 7*45c8176cSPatrick Williams description: 'Host Instances') 8*45c8176cSPatrick Williamsoption( 9*45c8176cSPatrick Williams 'machine', 10*45c8176cSPatrick Williams type: 'string', 11*45c8176cSPatrick Williams description: 'Machine') 12*45c8176cSPatrick Williamsoption( 13*45c8176cSPatrick Williams 'me_support', 14*45c8176cSPatrick Williams type : 'boolean', 15*45c8176cSPatrick Williams value : true, 16*45c8176cSPatrick Williams description: 'Enable ME support') 17