mirror of https://github.com/hak5/openwrt-owl.git
kernel: package module for the W83793 hwmon chips
Package the driver for the W83793 hwmon chip present on the T4240RDB. Signed-off-by: Florian Larysch <fl@n621.de>owl
parent
519a199cbc
commit
51b1d76f16
|
@ -298,6 +298,21 @@ endef
|
||||||
$(eval $(call KernelPackage,hwmon-w83627hf))
|
$(eval $(call KernelPackage,hwmon-w83627hf))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-w83793
|
||||||
|
TITLE:=Winbond W83793G/R monitoring support
|
||||||
|
KCONFIG:=CONFIG_SENSORS_W83793
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/hwmon/w83793.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,w83793)
|
||||||
|
$(call AddDepends/hwmon,+kmod-i2c-core +kmod-hwmon-vid)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-w83793/description
|
||||||
|
Kernel module for the Winbond W83793G and W83793R chips.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,hwmon-w83793))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/hwmon-gsc
|
define KernelPackage/hwmon-gsc
|
||||||
TITLE:=Gateworks GSC monitoring support
|
TITLE:=Gateworks GSC monitoring support
|
||||||
KCONFIG:=CONFIG_SENSORS_GSC
|
KCONFIG:=CONFIG_SENSORS_GSC
|
||||||
|
|
Loading…
Reference in New Issue