mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
kernel/modules: package driver for the LM75 sensor
SVN-Revision: 16958
This commit is contained in:
parent
9594ef9079
commit
b154676401
@ -26,6 +26,22 @@ endef
|
||||
$(eval $(call KernelPackage,hwmon-core))
|
||||
|
||||
|
||||
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))
|
||||
|
||||
|
||||
define KernelPackage/hwmon-lm77
|
||||
SUBMENU:=$(HWMON_MENU)
|
||||
TITLE:=LM77 monitoring support
|
||||
|
Loading…
x
Reference in New Issue
Block a user