| 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( | 
| Brandon Wyman | 18a24d9 | 2022-04-19 22:48:34 +0000 | [diff] [blame] | 12 |     'input-history-sync-gpio', type: 'string', | 
 | 13 |     value: 'power-ffs-sync-history', | 
 | 14 |     description: 'The GPIO line name for syncing input history data.', | 
 | 15 | ) | 
 | 16 | option( | 
| Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 17 |     'tests', type: 'feature', description: 'Build tests.', | 
 | 18 | ) | 
| Shawn McCarney | df42c0d | 2020-04-29 14:36:36 -0500 | [diff] [blame] | 19 | option( | 
| Shawn McCarney | c6afbbc | 2023-12-01 15:37:22 -0600 | [diff] [blame] | 20 |     'long-tests', type: 'feature', value: 'disabled', | 
| Shawn McCarney | df42c0d | 2020-04-29 14:36:36 -0500 | [diff] [blame] | 21 |     description: 'Build long-running tests that are excluded from CI.', | 
 | 22 | ) | 
| Andy YF Wang | 40247cc | 2019-09-06 18:30:56 +0800 | [diff] [blame] | 23 |  | 
 | 24 | # Supported power sequencers are: ucd90160, mihawk-cpld | 
| Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 25 | option( | 
| Andy YF Wang | 40247cc | 2019-09-06 18:30:56 +0800 | [diff] [blame] | 26 |     'power_sequencer', type: 'string', value: 'ucd90160', | 
 | 27 |     description: 'The power sequencer', | 
 | 28 | ) | 
 | 29 |  | 
 | 30 | option( | 
 | 31 |     'device-access', type: 'boolean', value: true, | 
| Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 32 |     description: 'Enable UCD90160 hardware access.', | 
 | 33 | ) | 
| Brandon Wyman | 1d7a7df | 2020-03-26 10:14:05 -0500 | [diff] [blame] | 34 |  | 
 | 35 | option( | 
 | 36 |     'ibm-vpd', type: 'boolean', value: false, | 
 | 37 |     description: 'Setup for IBM VPD collection for inventory.', | 
 | 38 | ) | 
 | 39 |  | 
| Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 40 | option( | 
 | 41 |     'ucd90160-yaml', type: 'string', value: 'example/ucd90160.yaml', | 
 | 42 |     description: 'The sequencer definition file to use.', | 
 | 43 | ) | 
| Brandon Wyman | dc8e931 | 2020-02-14 17:04:18 -0600 | [diff] [blame] | 44 | option( | 
| Patrick Williams | 43551f6 | 2023-11-29 07:16:29 -0600 | [diff] [blame] | 45 |     'oe-sdk', type: 'feature', value: 'disabled', description: 'Enable OE SDK' | 
| Brandon Wyman | dc8e931 | 2020-02-14 17:04:18 -0600 | [diff] [blame] | 46 | ) | 
| Brad Bishop | 1c40f1c | 2020-04-08 19:32:43 -0400 | [diff] [blame] | 47 | option( | 
 | 48 |     'cold-redundancy', type: 'boolean', | 
 | 49 |     description: 'Enable support for cold redundancy' | 
 | 50 | ) | 
 | 51 | option( | 
 | 52 |     'supply-monitor', type: 'boolean', | 
 | 53 |     description: 'Enable support for power supply monitoring' | 
 | 54 | ) | 
 | 55 | option( | 
 | 56 |     'supply-monitor-ng', type: 'boolean', | 
 | 57 |     description: 'Enable support for power supply monitoring' | 
 | 58 | ) | 
 | 59 | option( | 
 | 60 |     'regulators', type: 'boolean', | 
 | 61 |     description: 'Enable support for voltage regulator control' | 
 | 62 | ) | 
 | 63 | option( | 
 | 64 |     'sequencer-monitor', type: 'boolean', | 
 | 65 |     description: 'Enable support for power sequencer control' | 
 | 66 | ) | 
 | 67 | option( | 
| Jim Wright | 5f99bc0 | 2022-01-28 11:38:40 -0600 | [diff] [blame] | 68 |     'power-control', type: 'boolean', | 
| Jim Wright | 1553cd9 | 2021-03-31 16:11:59 -0500 | [diff] [blame] | 69 |     description: 'Enable support for power sequencer control utilizing JSON configuration and supporting multiple systems in a single build image' | 
 | 70 | ) | 
 | 71 | option( | 
| Brad Bishop | 1c40f1c | 2020-04-08 19:32:43 -0400 | [diff] [blame] | 72 |     'utils', type: 'boolean', | 
 | 73 |     description: 'Enable support for power supply utilities' | 
 | 74 | ) |