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('DEVTREE_EXPORT_FILTER_FILE', type : 'string',
7        value : '/usr/share/pdata/preserved_attrs_list',
8        description : 'Path to the phal devtree export filter file'
9)
10option('DEVTREE_EXP_FILE', type : 'string',
11        value : '/var/lib/phal/exportdevtree',
12        description : 'Path to the devtree export copy file'
13)
14option('CEC_DEVTREE_RW_PATH', type : 'string',
15        value : '/media/hostfw/running/DEVTREE',
16        description : 'Path to the devtree file r/w version'
17)
18option('CEC_DEVTREE_RO_BASE_PATH', type : 'string',
19        value : '/media/hostfw/running-ro/',
20        description : 'Base path to the devtree file read only version'
21)
22option('CEC_INFODB_PATH', type : 'string',
23        value : '/usr/share/pdata/attributes_info.db',
24        description : 'Path to the devtree attributes based database path'
25)
26option('DEVTREE_REINIT_ATTRS_LIST', type : 'string',
27        value : '/usr/share/pdata/reinit_devtree_attrs_list',
28        description : 'Path to the phal devtree reinit attribute list file'
29)
30
31option('op_dump_obj_path', type: 'string',
32        value: '/org/openpower/dump',
33        description : 'Object path requesting OpenPOWER dumps')
34
35