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 | ) |
Andy YF Wang | 40247cc | 2019-09-06 18:30:56 +0800 | [diff] [blame] | 14 | |
| 15 | # Supported power sequencers are: ucd90160, mihawk-cpld |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 16 | option( |
Andy YF Wang | 40247cc | 2019-09-06 18:30:56 +0800 | [diff] [blame] | 17 | 'power_sequencer', type: 'string', value: 'ucd90160', |
| 18 | description: 'The power sequencer', |
| 19 | ) |
| 20 | |
| 21 | option( |
| 22 | 'device-access', type: 'boolean', value: true, |
Brad Bishop | 39b370a | 2019-09-02 02:37:32 -0400 | [diff] [blame] | 23 | description: 'Enable UCD90160 hardware access.', |
| 24 | ) |
| 25 | option( |
| 26 | 'ucd90160-yaml', type: 'string', value: 'example/ucd90160.yaml', |
| 27 | description: 'The sequencer definition file to use.', |
| 28 | ) |
Brandon Wyman | dc8e931 | 2020-02-14 17:04:18 -0600 | [diff] [blame] | 29 | option( |
| 30 | 'oe-sdk', type: 'feature', description: 'Enable OE SDK' |
| 31 | ) |