blob: 1d587ee4d8f4af91f52559f5bf36e7f22a535246 [file] [log] [blame]
Brad Bishop39b370a2019-09-02 02:37:32 -04001option(
2 'input-history-busname-root', type: 'string',
3 value: 'org.open_power.powersupply',
4 description: 'The D-Bus busname root for the PS input history.',
5)
6option(
7 'input-history-sensor-root', type: 'string',
8 value: '/org/open_power/sensors/aggregation/per_30s',
9 description: 'The D-Bus power sensors namespace root.',
10)
11option(
12 'tests', type: 'feature', description: 'Build tests.',
13)
Shawn McCarneydf42c0d2020-04-29 14:36:36 -050014option(
15 'long-tests', type: 'feature',
16 description: 'Build long-running tests that are excluded from CI.',
17)
Andy YF Wang40247cc2019-09-06 18:30:56 +080018
19# Supported power sequencers are: ucd90160, mihawk-cpld
Brad Bishop39b370a2019-09-02 02:37:32 -040020option(
Andy YF Wang40247cc2019-09-06 18:30:56 +080021 'power_sequencer', type: 'string', value: 'ucd90160',
22 description: 'The power sequencer',
23)
24
25option(
26 'device-access', type: 'boolean', value: true,
Brad Bishop39b370a2019-09-02 02:37:32 -040027 description: 'Enable UCD90160 hardware access.',
28)
29option(
30 'ucd90160-yaml', type: 'string', value: 'example/ucd90160.yaml',
31 description: 'The sequencer definition file to use.',
32)
Brandon Wymandc8e9312020-02-14 17:04:18 -060033option(
34 'oe-sdk', type: 'feature', description: 'Enable OE SDK'
35)
Brad Bishop1c40f1c2020-04-08 19:32:43 -040036option(
37 'cold-redundancy', type: 'boolean',
38 description: 'Enable support for cold redundancy'
39)
40option(
41 'supply-monitor', type: 'boolean',
42 description: 'Enable support for power supply monitoring'
43)
44option(
45 'supply-monitor-ng', type: 'boolean',
46 description: 'Enable support for power supply monitoring'
47)
48option(
49 'regulators', type: 'boolean',
50 description: 'Enable support for voltage regulator control'
51)
52option(
53 'sequencer-monitor', type: 'boolean',
54 description: 'Enable support for power sequencer control'
55)
56option(
57 'utils', type: 'boolean',
58 description: 'Enable support for power supply utilities'
59)