xref: /openbmc/openpower-occ-control/meson.options (revision 16a5adb204d261be727c67c4ea3b64a0965303e0)
1*601cea4cSPatrick Williamsoption('tests', type: 'feature', description: 'Build tests')
237f08cf9SGeorge Liu
337f08cf9SGeorge Liuoption(
437f08cf9SGeorge Liu    'max-cpus',
537f08cf9SGeorge Liu    type: 'integer',
6*601cea4cSPatrick Williams    min: 0,
7*601cea4cSPatrick Williams    max: 255,
837f08cf9SGeorge Liu    description: 'Maximum number of CPUs',
9*601cea4cSPatrick Williams    value: 2,
1037f08cf9SGeorge Liu)
1137f08cf9SGeorge Liu
1237f08cf9SGeorge Liuoption(
1337f08cf9SGeorge Liu    'ps-derating-factor',
1437f08cf9SGeorge Liu    type: 'integer',
15*601cea4cSPatrick Williams    min: 0,
16*601cea4cSPatrick Williams    max: 100,
1737f08cf9SGeorge Liu    description: 'Power supply derating factor',
18*601cea4cSPatrick Williams    value: 90,
1937f08cf9SGeorge Liu)
2037f08cf9SGeorge Liu
2137f08cf9SGeorge Liuoption(
2237f08cf9SGeorge Liu    'yamldir',
2337f08cf9SGeorge Liu    type: 'string',
24*601cea4cSPatrick Williams    description: 'The path to the yaml config files',
2537f08cf9SGeorge Liu)
261173b2b1SDhruvaraj Subhashchandran
271173b2b1SDhruvaraj Subhashchandranoption(
281173b2b1SDhruvaraj Subhashchandran    'op_dump_obj_path',
291173b2b1SDhruvaraj Subhashchandran    type: 'string',
301173b2b1SDhruvaraj Subhashchandran    value: '/org/openpower/dump',
31*601cea4cSPatrick Williams    description: 'Object path requesting OpenPOWER dumps',
321173b2b1SDhruvaraj Subhashchandran)
336213f199SLakshmi Yadlapati
346213f199SLakshmi Yadlapatioption(
356213f199SLakshmi Yadlapati    'transport-implementation',
366213f199SLakshmi Yadlapati    type: 'combo',
376213f199SLakshmi Yadlapati    choices: ['mctp-demux', 'af-mctp'],
38*601cea4cSPatrick Williams    description: 'transport via af-mctp or mctp-demux',
396213f199SLakshmi Yadlapati)
40720a3841SChris Cain
41720a3841SChris Cainoption(
42720a3841SChris Cain    'phal-support',
43720a3841SChris Cain    type: 'feature',
44720a3841SChris Cain    description: 'Enable PHAL support',
45*601cea4cSPatrick Williams    value: 'disabled',
46720a3841SChris Cain)
47720a3841SChris Cain
48