xref: /openbmc/openpower-hw-diags/meson.options (revision 316acdacb382ec27a6ede244e8fda3847db37fa7)
1b28afc99SGeorge Liuoption('tests', type: 'feature', description: 'Build tests')
2b28afc99SGeorge Liuoption('nlmode', type: 'feature', description: 'no run-time control')
3c322c328SPatrick Williamsoption(
4c322c328SPatrick Williams    'phal',
5c322c328SPatrick Williams    type: 'feature',
6c322c328SPatrick Williams    value: 'disabled',
7b28afc99SGeorge Liu    description: '''Enable PHAL APIs for retrieving data from the POWER
8c322c328SPatrick Williams                         Systems device tree''',
9c322c328SPatrick Williams)
10c322c328SPatrick Williamsoption(
11c322c328SPatrick Williams    'attn_config',
12c322c328SPatrick Williams    type: 'string',
13c322c328SPatrick Williams    value: '',
14c322c328SPatrick Williams    description: 'Attention handler default configuration override',
15c322c328SPatrick Williams)
16c322c328SPatrick Williamsoption(
17c322c328SPatrick Williams    'op_dump_obj_path',
18c322c328SPatrick Williams    type: 'string',
19c322c328SPatrick Williams    value: '/org/openpower/dump',
20c322c328SPatrick Williams    description: 'Object path requesting OpenPOWER dumps',
21c322c328SPatrick Williams)
22*316acdacSPavithra Barithayaoption(
23*316acdacSPavithra Barithaya    'transport-implementation',
24*316acdacSPavithra Barithaya    type: 'combo',
25*316acdacSPavithra Barithaya    choices: ['mctp-demux', 'af-mctp'],
26*316acdacSPavithra Barithaya    description: 'transport via af-mctp or mctp-demux',
27*316acdacSPavithra Barithaya)
28