Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 1 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 2 | 'input-history-busname-root', |
| 3 | type: 'string', |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 4 | value: 'org.open_power.powersupply', |
| 5 | description: 'The D-Bus busname root for the PS input history.', |
| 6 | ) |
| 7 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 8 | 'input-history-sensor-root', |
| 9 | type: 'string', |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 10 | value: '/org/open_power/sensors/aggregation/per_30s', |
| 11 | description: 'The D-Bus power sensors namespace root.', |
| 12 | ) |
| 13 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 14 | 'input-history-sync-gpio', |
| 15 | type: 'string', |
Brandon Wyman | 18a24d9 | 2022-04-19 22:48:34 +0000 | [diff] [blame] | 16 | value: 'power-ffs-sync-history', |
| 17 | description: 'The GPIO line name for syncing input history data.', |
| 18 | ) |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 19 | option('tests', type: 'feature', description: 'Build tests.') |
Brandon Wyman | 18a24d9 | 2022-04-19 22:48:34 +0000 | [diff] [blame] | 20 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 21 | 'long-tests', |
| 22 | type: 'feature', |
| 23 | value: 'disabled', |
Shawn McCarney | df42c0d | 2020-04-29 14:36:36 -0500 | [diff] [blame] | 24 | description: 'Build long-running tests that are excluded from CI.', |
| 25 | ) |
Andy YF Wang | 40247cc | 2019-09-06 18:30:56 +0800 | [diff] [blame] | 26 | |
| 27 | # Supported power sequencers are: ucd90160, mihawk-cpld |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 28 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 29 | 'power_sequencer', |
| 30 | type: 'string', |
| 31 | value: 'ucd90160', |
Andy YF Wang | 40247cc | 2019-09-06 18:30:56 +0800 | [diff] [blame] | 32 | description: 'The power sequencer', |
| 33 | ) |
| 34 | |
| 35 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 36 | 'device-access', |
| 37 | type: 'boolean', |
| 38 | value: true, |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 39 | description: 'Enable UCD90160 hardware access.', |
| 40 | ) |
Brandon Wyman | 1d7a7df | 2020-03-26 10:14:05 -0500 | [diff] [blame] | 41 | |
| 42 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 43 | 'ibm-vpd', |
| 44 | type: 'boolean', |
| 45 | value: false, |
Brandon Wyman | 1d7a7df | 2020-03-26 10:14:05 -0500 | [diff] [blame] | 46 | description: 'Setup for IBM VPD collection for inventory.', |
| 47 | ) |
| 48 | |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 49 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 50 | 'ucd90160-yaml', |
| 51 | type: 'string', |
| 52 | value: 'example/ucd90160.yaml', |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 53 | description: 'The sequencer definition file to use.', |
| 54 | ) |
Brandon Wyman | dc8e931 | 2020-02-14 17:04:18 -0600 | [diff] [blame] | 55 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 56 | 'oe-sdk', |
| 57 | type: 'feature', |
| 58 | value: 'disabled', |
| 59 | description: 'Enable OE SDK', |
Brandon Wyman | dc8e931 | 2020-02-14 17:04:18 -0600 | [diff] [blame] | 60 | ) |
Brad Bishop | 1c40f1c | 2020-04-08 19:32:43 -0400 | [diff] [blame] | 61 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 62 | 'cold-redundancy', |
| 63 | type: 'boolean', |
| 64 | description: 'Enable support for cold redundancy', |
Brad Bishop | 1c40f1c | 2020-04-08 19:32:43 -0400 | [diff] [blame] | 65 | ) |
| 66 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 67 | 'supply-monitor', |
| 68 | type: 'boolean', |
| 69 | description: 'Enable support for power supply monitoring', |
Brad Bishop | 1c40f1c | 2020-04-08 19:32:43 -0400 | [diff] [blame] | 70 | ) |
| 71 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 72 | 'supply-monitor-ng', |
| 73 | type: 'boolean', |
| 74 | description: 'Enable support for power supply monitoring', |
Brad Bishop | 1c40f1c | 2020-04-08 19:32:43 -0400 | [diff] [blame] | 75 | ) |
| 76 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 77 | 'regulators', |
| 78 | type: 'boolean', |
| 79 | description: 'Enable support for voltage regulator control', |
Brad Bishop | 1c40f1c | 2020-04-08 19:32:43 -0400 | [diff] [blame] | 80 | ) |
| 81 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 82 | 'sequencer-monitor', |
| 83 | type: 'boolean', |
| 84 | description: 'Enable support for power sequencer control', |
Brad Bishop | 1c40f1c | 2020-04-08 19:32:43 -0400 | [diff] [blame] | 85 | ) |
| 86 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 87 | 'power-control', |
| 88 | type: 'boolean', |
| 89 | description: 'Enable support for power sequencer control utilizing JSON configuration and supporting multiple systems in a single build image', |
Jim Wright | 1553cd9 | 2021-03-31 16:11:59 -0500 | [diff] [blame] | 90 | ) |
| 91 | option( |
Patrick Williams | 516e22f | 2025-02-01 08:37:12 -0500 | [diff] [blame] | 92 | 'utils', |
| 93 | type: 'boolean', |
| 94 | description: 'Enable support for power supply utilities', |
Brad Bishop | 1c40f1c | 2020-04-08 19:32:43 -0400 | [diff] [blame] | 95 | ) |