Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 1 | option( |
| 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 | ) |
| 6 | option( |
| 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 | ) |
| 11 | option( |
| 12 | 'tests', type: 'feature', description: 'Build tests.', |
| 13 | ) |
Shawn McCarney | df42c0d | 2020-04-29 14:36:36 -0500 | [diff] [blame] | 14 | option( |
| 15 | 'long-tests', type: 'feature', |
| 16 | description: 'Build long-running tests that are excluded from CI.', |
| 17 | ) |
Andy YF Wang | 40247cc | 2019-09-06 18:30:56 +0800 | [diff] [blame] | 18 | |
| 19 | # Supported power sequencers are: ucd90160, mihawk-cpld |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 20 | option( |
Andy YF Wang | 40247cc | 2019-09-06 18:30:56 +0800 | [diff] [blame] | 21 | 'power_sequencer', type: 'string', value: 'ucd90160', |
| 22 | description: 'The power sequencer', |
| 23 | ) |
| 24 | |
| 25 | option( |
| 26 | 'device-access', type: 'boolean', value: true, |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 27 | description: 'Enable UCD90160 hardware access.', |
| 28 | ) |
Brandon Wyman | 1d7a7df | 2020-03-26 10:14:05 -0500 | [diff] [blame] | 29 | |
| 30 | option( |
| 31 | 'ibm-vpd', type: 'boolean', value: false, |
| 32 | description: 'Setup for IBM VPD collection for inventory.', |
| 33 | ) |
| 34 | |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 35 | option( |
| 36 | 'ucd90160-yaml', type: 'string', value: 'example/ucd90160.yaml', |
| 37 | description: 'The sequencer definition file to use.', |
| 38 | ) |
Brandon Wyman | dc8e931 | 2020-02-14 17:04:18 -0600 | [diff] [blame] | 39 | option( |
| 40 | 'oe-sdk', type: 'feature', description: 'Enable OE SDK' |
| 41 | ) |
Brad Bishop | 1c40f1c | 2020-04-08 19:32:43 -0400 | [diff] [blame] | 42 | option( |
| 43 | 'cold-redundancy', type: 'boolean', |
| 44 | description: 'Enable support for cold redundancy' |
| 45 | ) |
| 46 | option( |
| 47 | 'supply-monitor', type: 'boolean', |
| 48 | description: 'Enable support for power supply monitoring' |
| 49 | ) |
| 50 | option( |
| 51 | 'supply-monitor-ng', type: 'boolean', |
| 52 | description: 'Enable support for power supply monitoring' |
| 53 | ) |
| 54 | option( |
| 55 | 'regulators', type: 'boolean', |
| 56 | description: 'Enable support for voltage regulator control' |
| 57 | ) |
| 58 | option( |
| 59 | 'sequencer-monitor', type: 'boolean', |
| 60 | description: 'Enable support for power sequencer control' |
| 61 | ) |
| 62 | option( |
| 63 | 'utils', type: 'boolean', |
| 64 | description: 'Enable support for power supply utilities' |
| 65 | ) |