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