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