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