xref: /openbmc/witherspoon-pfault-analysis/meson.options (revision 91be17054838fdc8775bfa298d4d582c701e250e)
17a771c1aSGeorge Liuoption(
2*91be1705SPatrick Williams    'input-history-busname-root',
3*91be1705SPatrick Williams    type: 'string',
47a771c1aSGeorge Liu    value: 'org.open_power.powersupply',
57a771c1aSGeorge Liu    description: 'The D-Bus busname root for the PS input history.',
67a771c1aSGeorge Liu)
77a771c1aSGeorge Liuoption(
8*91be1705SPatrick Williams    'input-history-sensor-root',
9*91be1705SPatrick Williams    type: 'string',
107a771c1aSGeorge Liu    value: '/org/open_power/sensors/aggregation/per_30s',
117a771c1aSGeorge Liu    description: 'The D-Bus power sensors namespace root.',
127a771c1aSGeorge Liu)
13*91be1705SPatrick Williamsoption('tests', type: 'feature', description: 'Build tests.')
147a771c1aSGeorge Liuoption(
15*91be1705SPatrick Williams    'ucd90160-access',
16*91be1705SPatrick Williams    type: 'boolean',
17*91be1705SPatrick Williams    value: true,
187a771c1aSGeorge Liu    description: 'Enable UCD90160 hardware access.',
197a771c1aSGeorge Liu)
207a771c1aSGeorge Liuoption(
21*91be1705SPatrick Williams    'ucd90160-yaml',
22*91be1705SPatrick Williams    type: 'string',
23*91be1705SPatrick Williams    value: 'example/ucd90160.yaml',
247a771c1aSGeorge Liu    description: 'The sequencer definition file to use.',
257a771c1aSGeorge Liu)
26