1option('tests', type: 'feature', description: 'Build tests') 2option('nlmode', type: 'feature', description: 'no run-time control') 3option( 4 'phal', 5 type: 'feature', 6 value: 'disabled', 7 description: '''Enable PHAL APIs for retrieving data from the POWER 8 Systems device tree''', 9) 10option( 11 'attn_config', 12 type: 'string', 13 value: '', 14 description: 'Attention handler default configuration override', 15) 16option( 17 'op_dump_obj_path', 18 type: 'string', 19 value: '/org/openpower/dump', 20 description: 'Object path requesting OpenPOWER dumps', 21) 22option( 23 'transport-implementation', 24 type: 'combo', 25 choices: ['mctp-demux', 'af-mctp'], 26 description: 'transport via af-mctp or mctp-demux', 27) 28