Brad Bishop | 5906173 | 2019-10-07 15:48:37 -0400 | [diff] [blame] | 1 | option( |
| 2 | 'busname-prefix', |
| 3 | description: 'The DBus busname prefix.', |
| 4 | type: 'string', |
| 5 | value: 'xyz.openbmc_project.Hwmon') |
| 6 | option( |
| 7 | 'negative-errno-on-fail', |
| 8 | description: 'Set sensor value to -errno on read failures.', |
| 9 | type: 'boolean') |
| 10 | option( |
| 11 | 'sensor-root', |
| 12 | description: 'The DBus sensors namespace root.', |
| 13 | type: 'string', |
| 14 | value: '/xyz/openbmc_project/sensors') |
| 15 | option( |
| 16 | 'tests', type: 'feature', description: 'Build tests.', |
| 17 | ) |
| 18 | option( |
| 19 | 'update-functional-on-fail', |
| 20 | description: 'Update functional property on read failures. Incompatible with negative-errno-on-fail.', |
| 21 | type: 'boolean') |
Matthew Barth | 9455535 | 2020-11-16 14:57:50 -0600 | [diff] [blame] | 22 | option( |
| 23 | 'enable-max31785-msl', |
| 24 | type: 'boolean', |
| 25 | value: false, |
| 26 | description: 'Include building and installing the MAX31785 chip\'s minimum ship level checking application.' |
| 27 | ) |
Willy Tu | 24b8b4b | 2023-08-07 17:49:37 -0700 | [diff] [blame] | 28 | |
| 29 | |
| 30 | option( |
| 31 | 'override-with-devpath', |
| 32 | type: 'array', |
| 33 | description: 'Only use the devpath of the device even if OFPath exists' |
| 34 | ) |
Matt Spinler | 670d92a | 2024-07-22 15:52:02 -0500 | [diff] [blame] | 35 | |
| 36 | option( |
| 37 | 'always-use-devpath', |
| 38 | type: 'feature', |
| 39 | value: 'disabled', |
| 40 | description: 'Only use the devpath for all devices.' |
| 41 | ) |