Lines Matching +full:iio +full:- +full:hwmon
2 'phosphor-hwmon',
9 license: 'Apache-2.0',
15 conf.set_quoted('BUSNAME_PREFIX', get_option('busname-prefix'))
16 conf.set_quoted('SENSOR_ROOT', get_option('sensor-root'))
17 conf.set10('NEGATIVE_ERRNO_ON_FAIL', get_option('negative-errno-on-fail'))
18 conf.set10('UPDATE_FUNCTIONAL_ON_FAIL', get_option('update-functional-on-fail'))
42 dependency('phosphor-dbus-interfaces'),
43 dependency('phosphor-logging'),
52 'hwmon',
59 'hwmon.cpp',
72 # CLI11 might not have a pkg-config. It is header only so just make
87 'phosphor-hwmon-readd',
103 'xyz.openbmc_project.Hwmon@.service',
108 'phosphor-hwmon.conf',
109 install_dir: get_option('sysconfdir') / 'dbus-1/system.d'
113 ['70-hwmon.rules', '70-iio.rules'],
118 if get_option('always-use-devpath').enabled()
126 'OVERRIDE_WITH_DEVPATH': ' '.join(get_option('override-with-devpath')),
130 install_mode: 'rwxr-xr-x',