13b3ae8d0SGeorge Liuoption( 23b3ae8d0SGeorge Liu 'input-history-busname-root', type: 'string', 33b3ae8d0SGeorge Liu value: 'org.open_power.powersupply', 43b3ae8d0SGeorge Liu description: 'The D-Bus busname root for the PS input history.', 53b3ae8d0SGeorge Liu) 63b3ae8d0SGeorge Liuoption( 73b3ae8d0SGeorge Liu 'input-history-sensor-root', type: 'string', 83b3ae8d0SGeorge Liu value: '/org/open_power/sensors/aggregation/per_30s', 93b3ae8d0SGeorge Liu description: 'The D-Bus power sensors namespace root.', 103b3ae8d0SGeorge Liu) 113b3ae8d0SGeorge Liuoption( 123b3ae8d0SGeorge Liu 'input-history-sync-gpio', type: 'string', 133b3ae8d0SGeorge Liu value: 'power-ffs-sync-history', 143b3ae8d0SGeorge Liu description: 'The GPIO line name for syncing input history data.', 153b3ae8d0SGeorge Liu) 163b3ae8d0SGeorge Liuoption( 173b3ae8d0SGeorge Liu 'tests', type: 'feature', description: 'Build tests.', 183b3ae8d0SGeorge Liu) 193b3ae8d0SGeorge Liuoption( 20*c6afbbc8SShawn McCarney 'long-tests', type: 'feature', value: 'disabled', 213b3ae8d0SGeorge Liu description: 'Build long-running tests that are excluded from CI.', 223b3ae8d0SGeorge Liu) 233b3ae8d0SGeorge Liu 243b3ae8d0SGeorge Liu# Supported power sequencers are: ucd90160, mihawk-cpld 253b3ae8d0SGeorge Liuoption( 263b3ae8d0SGeorge Liu 'power_sequencer', type: 'string', value: 'ucd90160', 273b3ae8d0SGeorge Liu description: 'The power sequencer', 283b3ae8d0SGeorge Liu) 293b3ae8d0SGeorge Liu 303b3ae8d0SGeorge Liuoption( 313b3ae8d0SGeorge Liu 'device-access', type: 'boolean', value: true, 323b3ae8d0SGeorge Liu description: 'Enable UCD90160 hardware access.', 333b3ae8d0SGeorge Liu) 343b3ae8d0SGeorge Liu 353b3ae8d0SGeorge Liuoption( 363b3ae8d0SGeorge Liu 'ibm-vpd', type: 'boolean', value: false, 373b3ae8d0SGeorge Liu description: 'Setup for IBM VPD collection for inventory.', 383b3ae8d0SGeorge Liu) 393b3ae8d0SGeorge Liu 403b3ae8d0SGeorge Liuoption( 413b3ae8d0SGeorge Liu 'ucd90160-yaml', type: 'string', value: 'example/ucd90160.yaml', 423b3ae8d0SGeorge Liu description: 'The sequencer definition file to use.', 433b3ae8d0SGeorge Liu) 443b3ae8d0SGeorge Liuoption( 4543551f68SPatrick Williams 'oe-sdk', type: 'feature', value: 'disabled', description: 'Enable OE SDK' 463b3ae8d0SGeorge Liu) 473b3ae8d0SGeorge Liuoption( 483b3ae8d0SGeorge Liu 'cold-redundancy', type: 'boolean', 493b3ae8d0SGeorge Liu description: 'Enable support for cold redundancy' 503b3ae8d0SGeorge Liu) 513b3ae8d0SGeorge Liuoption( 523b3ae8d0SGeorge Liu 'supply-monitor', type: 'boolean', 533b3ae8d0SGeorge Liu description: 'Enable support for power supply monitoring' 543b3ae8d0SGeorge Liu) 553b3ae8d0SGeorge Liuoption( 563b3ae8d0SGeorge Liu 'supply-monitor-ng', type: 'boolean', 573b3ae8d0SGeorge Liu description: 'Enable support for power supply monitoring' 583b3ae8d0SGeorge Liu) 593b3ae8d0SGeorge Liuoption( 603b3ae8d0SGeorge Liu 'regulators', type: 'boolean', 613b3ae8d0SGeorge Liu description: 'Enable support for voltage regulator control' 623b3ae8d0SGeorge Liu) 633b3ae8d0SGeorge Liuoption( 643b3ae8d0SGeorge Liu 'sequencer-monitor', type: 'boolean', 653b3ae8d0SGeorge Liu description: 'Enable support for power sequencer control' 663b3ae8d0SGeorge Liu) 673b3ae8d0SGeorge Liuoption( 683b3ae8d0SGeorge Liu 'power-control', type: 'boolean', 693b3ae8d0SGeorge Liu description: 'Enable support for power sequencer control utilizing JSON configuration and supporting multiple systems in a single build image' 703b3ae8d0SGeorge Liu) 713b3ae8d0SGeorge Liuoption( 723b3ae8d0SGeorge Liu 'utils', type: 'boolean', 733b3ae8d0SGeorge Liu description: 'Enable support for power supply utilities' 743b3ae8d0SGeorge Liu) 75