+define KernelPackage/hwmon-lm75
+ SUBMENU:=$(HWMON_MENU)
+ TITLE:=LM75 monitoring support
+ DEPENDS:=kmod-hwmon-core +kmod-i2c-core
+ KCONFIG:=CONFIG_SENSORS_LM75
+ FILES:=$(LINUX_DIR)/drivers/hwmon/lm75.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,60,lm75)
+endef
+
+define KernelPackage/hwmon-lm75/description
+ Kernel module for lm75 thermal monitor chip
+endef
+
+$(eval $(call KernelPackage,hwmon-lm75))
+
+