137f08cf9SGeorge Liuoption(
237f08cf9SGeorge Liu    'tests',
337f08cf9SGeorge Liu    type : 'feature',
437f08cf9SGeorge Liu    description : 'Build tests'
537f08cf9SGeorge Liu)
637f08cf9SGeorge Liu
737f08cf9SGeorge Liuoption(
837f08cf9SGeorge Liu    'i2c-occ',
937f08cf9SGeorge Liu    type : 'feature',
1037f08cf9SGeorge Liu    description : 'Enable I2C OCC support',
1137f08cf9SGeorge Liu    value: 'disabled'
1237f08cf9SGeorge Liu)
1337f08cf9SGeorge Liu
1437f08cf9SGeorge Liuoption(
1537f08cf9SGeorge Liu    'read-occ-sensors',
1637f08cf9SGeorge Liu    type : 'feature',
1737f08cf9SGeorge Liu    description : 'Enable read occ sensors support',
1837f08cf9SGeorge Liu    value: 'disabled'
1937f08cf9SGeorge Liu)
2037f08cf9SGeorge Liu
2137f08cf9SGeorge Liuoption(
2237f08cf9SGeorge Liu    'max-cpus',
2337f08cf9SGeorge Liu    type : 'integer',
2437f08cf9SGeorge Liu    min:0, max:255,
2537f08cf9SGeorge Liu    description : 'Maximum number of CPUs',
2637f08cf9SGeorge Liu    value: 2
2737f08cf9SGeorge Liu)
2837f08cf9SGeorge Liu
2937f08cf9SGeorge Liuoption(
3037f08cf9SGeorge Liu    'ps-derating-factor',
3137f08cf9SGeorge Liu    type : 'integer',
3237f08cf9SGeorge Liu    min:0, max:100,
3337f08cf9SGeorge Liu    description : 'Power supply derating factor',
3437f08cf9SGeorge Liu    value: 90
3537f08cf9SGeorge Liu)
3637f08cf9SGeorge Liu
3737f08cf9SGeorge Liuoption(
3837f08cf9SGeorge Liu    'with-host-communication-protocol',
3937f08cf9SGeorge Liu    type : 'string',
4037f08cf9SGeorge Liu    description : 'To specify the host communication protocol'
4137f08cf9SGeorge Liu)
4237f08cf9SGeorge Liu
4337f08cf9SGeorge Liuoption(
4437f08cf9SGeorge Liu    'power10-support',
4537f08cf9SGeorge Liu    type : 'feature',
4637f08cf9SGeorge Liu    description : 'Enable Power10 support',
4737f08cf9SGeorge Liu    value: 'disabled'
4837f08cf9SGeorge Liu)
4937f08cf9SGeorge Liu
5037f08cf9SGeorge Liuoption(
5137f08cf9SGeorge Liu    'yamldir',
5237f08cf9SGeorge Liu    type : 'string',
5337f08cf9SGeorge Liu    description : 'The path to the yaml config files'
5437f08cf9SGeorge Liu)
551173b2b1SDhruvaraj Subhashchandran
561173b2b1SDhruvaraj Subhashchandranoption(
571173b2b1SDhruvaraj Subhashchandran    'op_dump_obj_path',
581173b2b1SDhruvaraj Subhashchandran    type: 'string',
591173b2b1SDhruvaraj Subhashchandran    value: '/org/openpower/dump',
601173b2b1SDhruvaraj Subhashchandran    description : 'Object path requesting OpenPOWER dumps'
611173b2b1SDhruvaraj Subhashchandran)
62*6213f199SLakshmi Yadlapati
63*6213f199SLakshmi Yadlapatioption(
64*6213f199SLakshmi Yadlapati    'transport-implementation',
65*6213f199SLakshmi Yadlapati    type: 'combo',
66*6213f199SLakshmi Yadlapati    choices: ['mctp-demux', 'af-mctp'],
67*6213f199SLakshmi Yadlapati    description: 'transport via af-mctp or mctp-demux'
68*6213f199SLakshmi Yadlapati)
69