blob: 24fe700c9f22b17f6defba6b53a52a6fb78962c3 [file] [log] [blame]
Brad Bishop59061732019-10-07 15:48:37 -04001option(
2 'busname-prefix',
3 description: 'The DBus busname prefix.',
4 type: 'string',
5 value: 'xyz.openbmc_project.Hwmon')
6option(
7 'negative-errno-on-fail',
8 description: 'Set sensor value to -errno on read failures.',
9 type: 'boolean')
10option(
11 'sensor-root',
12 description: 'The DBus sensors namespace root.',
13 type: 'string',
14 value: '/xyz/openbmc_project/sensors')
15option(
16 'tests', type: 'feature', description: 'Build tests.',
17)
18option(
19 'update-functional-on-fail',
20 description: 'Update functional property on read failures. Incompatible with negative-errno-on-fail.',
21 type: 'boolean')