xref: /openbmc/phosphor-hwmon/meson.options (revision ae7ae5b1)
1*ae7ae5b1SGeorge Liuoption(
2*ae7ae5b1SGeorge Liu    'busname-prefix',
3*ae7ae5b1SGeorge Liu    description: 'The DBus busname prefix.',
4*ae7ae5b1SGeorge Liu    type: 'string',
5*ae7ae5b1SGeorge Liu    value: 'xyz.openbmc_project.Hwmon')
6*ae7ae5b1SGeorge Liuoption(
7*ae7ae5b1SGeorge Liu    'negative-errno-on-fail',
8*ae7ae5b1SGeorge Liu    description: 'Set sensor value to -errno on read failures.',
9*ae7ae5b1SGeorge Liu    type: 'boolean')
10*ae7ae5b1SGeorge Liuoption(
11*ae7ae5b1SGeorge Liu    'sensor-root',
12*ae7ae5b1SGeorge Liu    description: 'The DBus sensors namespace root.',
13*ae7ae5b1SGeorge Liu    type: 'string',
14*ae7ae5b1SGeorge Liu    value: '/xyz/openbmc_project/sensors')
15*ae7ae5b1SGeorge Liuoption(
16*ae7ae5b1SGeorge Liu    'tests', type: 'feature', description: 'Build tests.',
17*ae7ae5b1SGeorge Liu)
18*ae7ae5b1SGeorge Liuoption(
19*ae7ae5b1SGeorge Liu    'update-functional-on-fail',
20*ae7ae5b1SGeorge Liu    description: 'Update functional property on read failures.  Incompatible with negative-errno-on-fail.',
21*ae7ae5b1SGeorge Liu    type: 'boolean')
22*ae7ae5b1SGeorge Liuoption(
23*ae7ae5b1SGeorge Liu    'enable-max31785-msl',
24*ae7ae5b1SGeorge Liu    type: 'boolean',
25*ae7ae5b1SGeorge Liu    value: false,
26*ae7ae5b1SGeorge Liu    description: 'Include building and installing the MAX31785 chip\'s minimum ship level checking application.'
27*ae7ae5b1SGeorge Liu)
28*ae7ae5b1SGeorge Liu
29*ae7ae5b1SGeorge Liu
30*ae7ae5b1SGeorge Liuoption(
31*ae7ae5b1SGeorge Liu    'override-with-devpath',
32*ae7ae5b1SGeorge Liu    type: 'array',
33*ae7ae5b1SGeorge Liu    description: 'Only use the devpath of the device even if OFPath exists'
34*ae7ae5b1SGeorge Liu)
35