Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 1 | option( |
Patrick Williams | 91be170 | 2025-02-01 08:37:05 -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 | 91be170 | 2025-02-01 08:37:05 -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 | ) |
Patrick Williams | 91be170 | 2025-02-01 08:37:05 -0500 | [diff] [blame] | 13 | option('tests', type: 'feature', description: 'Build tests.') |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 14 | option( |
Patrick Williams | 91be170 | 2025-02-01 08:37:05 -0500 | [diff] [blame] | 15 | 'ucd90160-access', |
| 16 | type: 'boolean', |
| 17 | value: true, |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 18 | description: 'Enable UCD90160 hardware access.', |
| 19 | ) |
| 20 | option( |
Patrick Williams | 91be170 | 2025-02-01 08:37:05 -0500 | [diff] [blame] | 21 | 'ucd90160-yaml', |
| 22 | type: 'string', |
| 23 | value: 'example/ucd90160.yaml', |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 24 | description: 'The sequencer definition file to use.', |
| 25 | ) |