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