blob: 05482615575aa31539ef5450871cf3e48b00ce48 [file] [log] [blame]
Brad Bishop39b370a2019-09-02 02:37:32 -04001option(
Patrick Williams91be1702025-02-01 08:37:05 -05002 'input-history-busname-root',
3 type: 'string',
Brad Bishop39b370a2019-09-02 02:37:32 -04004 value: 'org.open_power.powersupply',
5 description: 'The D-Bus busname root for the PS input history.',
6)
7option(
Patrick Williams91be1702025-02-01 08:37:05 -05008 'input-history-sensor-root',
9 type: 'string',
Brad Bishop39b370a2019-09-02 02:37:32 -040010 value: '/org/open_power/sensors/aggregation/per_30s',
11 description: 'The D-Bus power sensors namespace root.',
12)
Patrick Williams91be1702025-02-01 08:37:05 -050013option('tests', type: 'feature', description: 'Build tests.')
Brad Bishop39b370a2019-09-02 02:37:32 -040014option(
Patrick Williams91be1702025-02-01 08:37:05 -050015 'ucd90160-access',
16 type: 'boolean',
17 value: true,
Brad Bishop39b370a2019-09-02 02:37:32 -040018 description: 'Enable UCD90160 hardware access.',
19)
20option(
Patrick Williams91be1702025-02-01 08:37:05 -050021 'ucd90160-yaml',
22 type: 'string',
23 value: 'example/ucd90160.yaml',
Brad Bishop39b370a2019-09-02 02:37:32 -040024 description: 'The sequencer definition file to use.',
25)