On Freitag, 24. Juni 2022 11:25:39 CEST Michal Kubecek wrote:
On Thu, Jun 23, 2022 at 12:03:00PM +0300, Matwey V. Kornilov wrote:
чт, 23 июн. V2022 г. в 11:48, Jiri Slaby <jslaby@suse.cz>:
On 22. 06. 22, 19:59, Matwey V. Kornilov wrote:
MLX90614 is I2C (SMBus) remote temperature sensor. The boards are available for SBCs: https://www.waveshare.com/product/modules/sensors/temperature-humidity -barometer/infrared-temperature-sensor.htm
Enable the driver for potential users.
[...]
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> ---
config/arm64/default | 2 +- config/armv7hl/default | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/arm64/default b/config/arm64/default index 9c28c2ac8ed..cf280b4e8a1 100644 --- a/config/arm64/default +++ b/config/arm64/default @@ -10820,7 +10820,7 @@ CONFIG_IQS620AT_TEMP=m
CONFIG_LTC2983=m CONFIG_MAXIM_THERMOCOUPLE=m CONFIG_HID_SENSOR_TEMP=m
-# CONFIG_MLX90614 is not set +CONFIG_MLX90614=m
CONFIG_MLX90632=m # CONFIG_TMP006 is not set CONFIG_TMP007=m
diff --git a/config/armv7hl/default b/config/armv7hl/default index a9607accd0e..823da06962a 100644 --- a/config/armv7hl/default +++ b/config/armv7hl/default @@ -10660,7 +10660,7 @@ CONFIG_IQS620AT_TEMP=m
CONFIG_LTC2983=m CONFIG_MAXIM_THERMOCOUPLE=m CONFIG_HID_SENSOR_TEMP=m
-# CONFIG_MLX90614 is not set +CONFIG_MLX90614=m
CONFIG_MLX90632=m CONFIG_TMP006=m CONFIG_TMP007=m
The CONFIG_MLX90614 config option is also available on x86_64, i386 and riscv64, AFAICS. Would it make sense to enable the driver there as well or is the hardware ARM specific?
Michal Kubecek
It is a far-infrared thermometer IC, connected via I2C to the host. There is probably not a single board (PC, Laptop, SBC, ...) which has this built in, but it is available on small breakout boards from several vendors. As it can be connected to any computer which has an I2C connector (this also includes USB-I2C converters), it should also be enabled on *all* other architectures. Note, the similar MLX90632 is enabled for at least x86_64. Kind regards, Stefan -- Stefan Brüns / Bergstraße 21 / 52062 Aachen phone: +49 241 53809034 mobile: +49 151 50412019