blob: 4d75390a88029440612cfb740ad0cf81b2eafde2 [file] [log] [blame]
Patrick Williams601cea42025-02-01 08:36:51 -05001option('tests', type: 'feature', description: 'Build tests')
George Liubddcf852021-09-08 08:46:22 +08002
3option(
George Liubddcf852021-09-08 08:46:22 +08004 'max-cpus',
Patrick Williams601cea42025-02-01 08:36:51 -05005 type: 'integer',
6 min: 0,
7 max: 255,
8 description: 'Maximum number of CPUs',
9 value: 2,
George Liubddcf852021-09-08 08:46:22 +080010)
11
12option(
Eddie James3f710bd2021-10-20 13:40:52 -050013 'ps-derating-factor',
Patrick Williams601cea42025-02-01 08:36:51 -050014 type: 'integer',
15 min: 0,
16 max: 100,
17 description: 'Power supply derating factor',
18 value: 90,
Eddie James3f710bd2021-10-20 13:40:52 -050019)
20
21option(
George Liubddcf852021-09-08 08:46:22 +080022 'yamldir',
Patrick Williams601cea42025-02-01 08:36:51 -050023 type: 'string',
24 description: 'The path to the yaml config files',
Patrick Williams9bec8af2023-09-07 14:02:27 -050025)
Dhruvaraj Subhashchandran1173b2b2024-06-01 11:12:13 -050026
27option(
28 'op_dump_obj_path',
29 type: 'string',
30 value: '/org/openpower/dump',
Patrick Williams601cea42025-02-01 08:36:51 -050031 description: 'Object path requesting OpenPOWER dumps',
Dhruvaraj Subhashchandran1173b2b2024-06-01 11:12:13 -050032)
Lakshmi Yadlapati6213f192024-07-01 11:50:09 -050033
34option(
35 'transport-implementation',
36 type: 'combo',
37 choices: ['mctp-demux', 'af-mctp'],
Patrick Williams601cea42025-02-01 08:36:51 -050038 description: 'transport via af-mctp or mctp-demux',
Lakshmi Yadlapati6213f192024-07-01 11:50:09 -050039)
Chris Cain720a3842025-01-09 10:23:36 -060040
41option(
42 'phal-support',
Patrick Williams601cea42025-02-01 08:36:51 -050043 type: 'feature',
44 description: 'Enable PHAL support',
45 value: 'disabled',
Chris Cain720a3842025-01-09 10:23:36 -060046)
47