Skip to content
Snippets Groups Projects
Commit 4dbdba36 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

kernel: add TI tmp102 and tmp103 temperature sensors


This just adds the kmods for these kernel modules.
This is found on some Lantiq / Intel reference boards.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent c058f4f2
No related branches found
No related tags found
No related merge requests found
...@@ -328,6 +328,36 @@ endef ...@@ -328,6 +328,36 @@ endef
$(eval $(call KernelPackage,hwmon-gsc)) $(eval $(call KernelPackage,hwmon-gsc))
define KernelPackage/hwmon-tmp102
TITLE:=Texas Instruments TMP102 monitoring support
KCONFIG:=CONFIG_SENSORS_TMP102
FILES:=$(LINUX_DIR)/drivers/hwmon/tmp102.ko
AUTOLOAD:=$(call AutoProbe,tmp102)
$(call AddDepends/hwmon,+kmod-i2c-core)
endef
define KernelPackage/hwmon-tmp102/description
Kernel module for Texas Instruments TMP102 temperature sensors chip
endef
$(eval $(call KernelPackage,hwmon-tmp102))
define KernelPackage/hwmon-tmp103
TITLE:=Texas Instruments TMP103 monitoring support
KCONFIG:=CONFIG_SENSORS_TMP103
FILES:=$(LINUX_DIR)/drivers/hwmon/tmp103.ko
AUTOLOAD:=$(call AutoProbe,tmp103)
$(call AddDepends/hwmon,+kmod-i2c-core +kmod-regmap)
endef
define KernelPackage/hwmon-tmp103/description
Kernel module for Texas Instruments TMP103 temperature sensors chip
endef
$(eval $(call KernelPackage,hwmon-tmp103))
define KernelPackage/hwmon-tmp421 define KernelPackage/hwmon-tmp421
TITLE:=TI TMP421 and compatible monitoring support TITLE:=TI TMP421 and compatible monitoring support
KCONFIG:=CONFIG_SENSORS_TMP421 KCONFIG:=CONFIG_SENSORS_TMP421
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment