1*37f08cf9SGeorge Liuoption(
2*37f08cf9SGeorge Liu    'tests',
3*37f08cf9SGeorge Liu    type : 'feature',
4*37f08cf9SGeorge Liu    description : 'Build tests'
5*37f08cf9SGeorge Liu)
6*37f08cf9SGeorge Liu
7*37f08cf9SGeorge Liuoption(
8*37f08cf9SGeorge Liu    'install-error-yaml',
9*37f08cf9SGeorge Liu    type : 'feature',
10*37f08cf9SGeorge Liu    description : 'Enable installing error yaml file',
11*37f08cf9SGeorge Liu    value: 'disabled'
12*37f08cf9SGeorge Liu)
13*37f08cf9SGeorge Liu
14*37f08cf9SGeorge Liuoption(
15*37f08cf9SGeorge Liu    'i2c-occ',
16*37f08cf9SGeorge Liu    type : 'feature',
17*37f08cf9SGeorge Liu    description : 'Enable I2C OCC support',
18*37f08cf9SGeorge Liu    value: 'disabled'
19*37f08cf9SGeorge Liu)
20*37f08cf9SGeorge Liu
21*37f08cf9SGeorge Liuoption(
22*37f08cf9SGeorge Liu    'read-occ-sensors',
23*37f08cf9SGeorge Liu    type : 'feature',
24*37f08cf9SGeorge Liu    description : 'Enable read occ sensors support',
25*37f08cf9SGeorge Liu    value: 'disabled'
26*37f08cf9SGeorge Liu)
27*37f08cf9SGeorge Liu
28*37f08cf9SGeorge Liuoption(
29*37f08cf9SGeorge Liu    'max-cpus',
30*37f08cf9SGeorge Liu    type : 'integer',
31*37f08cf9SGeorge Liu    min:0, max:255,
32*37f08cf9SGeorge Liu    description : 'Maximum number of CPUs',
33*37f08cf9SGeorge Liu    value: 2
34*37f08cf9SGeorge Liu)
35*37f08cf9SGeorge Liu
36*37f08cf9SGeorge Liuoption(
37*37f08cf9SGeorge Liu    'ps-derating-factor',
38*37f08cf9SGeorge Liu    type : 'integer',
39*37f08cf9SGeorge Liu    min:0, max:100,
40*37f08cf9SGeorge Liu    description : 'Power supply derating factor',
41*37f08cf9SGeorge Liu    value: 90
42*37f08cf9SGeorge Liu)
43*37f08cf9SGeorge Liu
44*37f08cf9SGeorge Liuoption(
45*37f08cf9SGeorge Liu    'with-host-communication-protocol',
46*37f08cf9SGeorge Liu    type : 'string',
47*37f08cf9SGeorge Liu    description : 'To specify the host communication protocol'
48*37f08cf9SGeorge Liu)
49*37f08cf9SGeorge Liu
50*37f08cf9SGeorge Liuoption(
51*37f08cf9SGeorge Liu    'power10-support',
52*37f08cf9SGeorge Liu    type : 'feature',
53*37f08cf9SGeorge Liu    description : 'Enable Power10 support',
54*37f08cf9SGeorge Liu    value: 'disabled'
55*37f08cf9SGeorge Liu)
56*37f08cf9SGeorge Liu
57*37f08cf9SGeorge Liuoption(
58*37f08cf9SGeorge Liu    'yamldir',
59*37f08cf9SGeorge Liu    type : 'string',
60*37f08cf9SGeorge Liu    description : 'The path to the yaml config files'
61*37f08cf9SGeorge Liu)