blob: 4c08be3c38653e120e96b13cb19239a0726cc818 [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)
Pavithra Barithaya316acda2025-01-20 14:57:12 +053022option(
23 'transport-implementation',
24 type: 'combo',
25 choices: ['mctp-demux', 'af-mctp'],
26 description: 'transport via af-mctp or mctp-demux',
27)