blob: 766c21531bcf28085f56bff6cbbff4e2f20a30fb [file] [log] [blame]
Brad Bishop919e4082020-10-27 18:55:19 -04001option('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')
Jayanth Othayoth38405472021-07-26 06:16:44 -05005
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)
Jayanth Othayoth94fc70c2021-11-25 08:18:03 -060014option('CEC_DEVTREE_RW_PATH', type : 'string',
15 value : '/var/lib/phosphor-software-manager/pnor/rw/DEVTREE',
16 description : 'Path to the devtree file r/w version'
17)
18option('CEC_DEVTREE_RO_PATH', type : 'string',
19 value : '/var/lib/phosphor-software-manager/pnor/ro/DEVTREE',
20 description : '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