1option( 2 'busname-prefix', 3 description: 'The DBus busname prefix.', 4 type: 'string', 5 value: 'xyz.openbmc_project.Hwmon', 6) 7option( 8 'negative-errno-on-fail', 9 description: 'Set sensor value to -errno on read failures.', 10 type: 'boolean', 11) 12option( 13 'sensor-root', 14 description: 'The DBus sensors namespace root.', 15 type: 'string', 16 value: '/xyz/openbmc_project/sensors', 17) 18option('tests', type: 'feature', description: 'Build tests.') 19option( 20 'update-functional-on-fail', 21 description: 'Update functional property on read failures. Incompatible with negative-errno-on-fail.', 22 type: 'boolean', 23) 24option( 25 'enable-max31785-msl', 26 type: 'boolean', 27 value: false, 28 description: 'Include building and installing the MAX31785 chip\'s minimum ship level checking application.', 29) 30 31 32option( 33 'override-with-devpath', 34 type: 'array', 35 description: 'Only use the devpath of the device even if OFPath exists', 36) 37 38option( 39 'always-use-devpath', 40 type: 'feature', 41 value: 'disabled', 42 description: 'Only use the devpath for all devices.', 43) 44