1b8c91066SGeorge Liuoption('tests', type: 'feature', description: 'Build tests.') 2b8c91066SGeorge Liuoption('p9', type: 'feature', description: 'Enable support for POWER9') 3b8c91066SGeorge Liuoption('openfsi', type: 'feature', description: 'Enable support for OpenFSI') 4b8c91066SGeorge Liuoption('phal', type: 'feature', description: 'Enable support for PHAL') 5b8c91066SGeorge Liu 6b8c91066SGeorge Liuoption('DEVTREE_EXPORT_FILTER_FILE', type : 'string', 7b8c91066SGeorge Liu value : '/usr/share/pdata/preserved_attrs_list', 8b8c91066SGeorge Liu description : 'Path to the phal devtree export filter file' 9b8c91066SGeorge Liu) 10b8c91066SGeorge Liuoption('DEVTREE_EXP_FILE', type : 'string', 11b8c91066SGeorge Liu value : '/var/lib/phal/exportdevtree', 12b8c91066SGeorge Liu description : 'Path to the devtree export copy file' 13b8c91066SGeorge Liu) 14b8c91066SGeorge Liuoption('CEC_DEVTREE_RW_PATH', type : 'string', 15b8c91066SGeorge Liu value : '/media/hostfw/running/DEVTREE', 16b8c91066SGeorge Liu description : 'Path to the devtree file r/w version' 17b8c91066SGeorge Liu) 18b8c91066SGeorge Liuoption('CEC_DEVTREE_RO_BASE_PATH', type : 'string', 19b8c91066SGeorge Liu value : '/media/hostfw/running-ro/', 20b8c91066SGeorge Liu description : 'Base path to the devtree file read only version' 21b8c91066SGeorge Liu) 22b8c91066SGeorge Liuoption('CEC_INFODB_PATH', type : 'string', 23b8c91066SGeorge Liu value : '/usr/share/pdata/attributes_info.db', 24b8c91066SGeorge Liu description : 'Path to the devtree attributes based database path' 25b8c91066SGeorge Liu) 26b8c91066SGeorge Liuoption('DEVTREE_REINIT_ATTRS_LIST', type : 'string', 27b8c91066SGeorge Liu value : '/usr/share/pdata/reinit_devtree_attrs_list', 28b8c91066SGeorge Liu description : 'Path to the phal devtree reinit attribute list file' 29b8c91066SGeorge Liu) 30b8c91066SGeorge Liu 31*5235dba5SDhruvaraj Subhashchandranoption('op_dump_obj_path', type: 'string', 32*5235dba5SDhruvaraj Subhashchandran value: '/org/openpower/dump', 33*5235dba5SDhruvaraj Subhashchandran description : 'Object path requesting OpenPOWER dumps') 34*5235dba5SDhruvaraj Subhashchandran 35