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