Brad Bishop | 919e408 | 2020-10-27 18:55:19 -0400 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests.') |
| 2 | option('p9', type: 'feature', description: 'Enable support for POWER9') |
| 3 | option('openfsi', type: 'feature', description: 'Enable support for OpenFSI') |
| 4 | option('phal', type: 'feature', description: 'Enable support for PHAL') |
Jayanth Othayoth | 3840547 | 2021-07-26 06:16:44 -0500 | [diff] [blame] | 5 | |
| 6 | option('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 | ) |
| 10 | option('DEVTREE_EXP_FILE', type : 'string', |
| 11 | value : '/var/lib/phal/exportdevtree', |
| 12 | description : 'Path to the devtree export copy file' |
| 13 | ) |