1b28afc99SGeorge Liuoption('tests', type: 'feature', description: 'Build tests') 2b28afc99SGeorge Liuoption('nlmode', type: 'feature', description: 'no run-time control') 3*c322c328SPatrick Williamsoption( 4*c322c328SPatrick Williams 'phal', 5*c322c328SPatrick Williams type: 'feature', 6*c322c328SPatrick Williams value: 'disabled', 7b28afc99SGeorge Liu description: '''Enable PHAL APIs for retrieving data from the POWER 8*c322c328SPatrick Williams Systems device tree''', 9*c322c328SPatrick Williams) 10*c322c328SPatrick Williamsoption( 11*c322c328SPatrick Williams 'attn_config', 12*c322c328SPatrick Williams type: 'string', 13*c322c328SPatrick Williams value: '', 14*c322c328SPatrick Williams description: 'Attention handler default configuration override', 15*c322c328SPatrick Williams) 16*c322c328SPatrick Williamsoption( 17*c322c328SPatrick Williams 'op_dump_obj_path', 18*c322c328SPatrick Williams type: 'string', 19*c322c328SPatrick Williams value: '/org/openpower/dump', 20*c322c328SPatrick Williams description: 'Object path requesting OpenPOWER dumps', 21*c322c328SPatrick Williams) 22