Patrick Williams | c322c32 | 2025-02-01 08:38:07 -0500 | [diff] [blame^] | 1 | option('tests', type: 'feature', description: 'Build tests') |
| 2 | option('nlmode', type: 'feature', description: 'no run-time control') |
| 3 | option( |
| 4 | 'phal', |
| 5 | type: 'feature', |
| 6 | value: 'disabled', |
| 7 | description: '''Enable PHAL APIs for retrieving data from the POWER |
| 8 | Systems device tree''', |
| 9 | ) |
| 10 | option( |
| 11 | 'attn_config', |
| 12 | type: 'string', |
| 13 | value: '', |
| 14 | description: 'Attention handler default configuration override', |
| 15 | ) |
| 16 | option( |
| 17 | 'op_dump_obj_path', |
| 18 | type: 'string', |
| 19 | value: '/org/openpower/dump', |
| 20 | description: 'Object path requesting OpenPOWER dumps', |
| 21 | ) |