1*7a771c1aSGeorge Liuoption(
2*7a771c1aSGeorge Liu    'input-history-busname-root', type: 'string',
3*7a771c1aSGeorge Liu    value: 'org.open_power.powersupply',
4*7a771c1aSGeorge Liu    description: 'The D-Bus busname root for the PS input history.',
5*7a771c1aSGeorge Liu)
6*7a771c1aSGeorge Liuoption(
7*7a771c1aSGeorge Liu    'input-history-sensor-root', type: 'string',
8*7a771c1aSGeorge Liu    value: '/org/open_power/sensors/aggregation/per_30s',
9*7a771c1aSGeorge Liu    description: 'The D-Bus power sensors namespace root.',
10*7a771c1aSGeorge Liu)
11*7a771c1aSGeorge Liuoption(
12*7a771c1aSGeorge Liu    'tests', type: 'feature', description: 'Build tests.',
13*7a771c1aSGeorge Liu)
14*7a771c1aSGeorge Liuoption(
15*7a771c1aSGeorge Liu    'ucd90160-access', type: 'boolean', value: true,
16*7a771c1aSGeorge Liu    description: 'Enable UCD90160 hardware access.',
17*7a771c1aSGeorge Liu)
18*7a771c1aSGeorge Liuoption(
19*7a771c1aSGeorge Liu    'ucd90160-yaml', type: 'string', value: 'example/ucd90160.yaml',
20*7a771c1aSGeorge Liu    description: 'The sequencer definition file to use.',
21*7a771c1aSGeorge Liu)
22