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