1option( 2 'input-history-busname-root', 3 type: 'string', 4 value: 'org.open_power.powersupply', 5 description: 'The D-Bus busname root for the PS input history.', 6) 7option( 8 'input-history-sensor-root', 9 type: 'string', 10 value: '/org/open_power/sensors/aggregation/per_30s', 11 description: 'The D-Bus power sensors namespace root.', 12) 13option('tests', type: 'feature', description: 'Build tests.') 14option( 15 'ucd90160-access', 16 type: 'boolean', 17 value: true, 18 description: 'Enable UCD90160 hardware access.', 19) 20option( 21 'ucd90160-yaml', 22 type: 'string', 23 value: 'example/ucd90160.yaml', 24 description: 'The sequencer definition file to use.', 25) 26