package/kernel: move hwmon-vid into a separate package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31655 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
090afbf663
commit
3ceade616b
|
@ -30,6 +30,21 @@ define AddDepends/hwmon
|
||||||
DEPENDS:=kmod-hwmon-core $(1)
|
DEPENDS:=kmod-hwmon-core $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-vid
|
||||||
|
TITLE:=VID/VRM/VRD voltage conversion module.
|
||||||
|
KCONFIG:=CONFIG_HWMON_VID
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/hwmon/hwmon-vid.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,41,hwmon-vid)
|
||||||
|
$(call AddDepends/hwmon,)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-vid/description
|
||||||
|
VID/VRM/VRD voltage conversion module for hardware monitoring.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,hwmon-vid))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/hwmon-lm63
|
define KernelPackage/hwmon-lm63
|
||||||
TITLE:=LM63/64 monitoring support
|
TITLE:=LM63/64 monitoring support
|
||||||
KCONFIG:=CONFIG_SENSORS_LM63
|
KCONFIG:=CONFIG_SENSORS_LM63
|
||||||
|
@ -119,14 +134,10 @@ $(eval $(call KernelPackage,hwmon-sht21))
|
||||||
|
|
||||||
define KernelPackage/hwmon-pc87360
|
define KernelPackage/hwmon-pc87360
|
||||||
TITLE:=PC87360 monitoring support
|
TITLE:=PC87360 monitoring support
|
||||||
KCONFIG:= \
|
KCONFIG:=CONFIG_SENSORS_PC87360
|
||||||
CONFIG_SENSORS_PC87360 \
|
FILES:=$(LINUX_DIR)/drivers/hwmon/pc87360.ko
|
||||||
CONFIG_HWMON_VID
|
AUTOLOAD:=$(call AutoLoad,50,pc87360)
|
||||||
FILES:= \
|
$(call AddDepends/hwmon,@TARGET_x86 +kmod-hwmon-vid)
|
||||||
$(LINUX_DIR)/drivers/hwmon/hwmon-vid.ko \
|
|
||||||
$(LINUX_DIR)/drivers/hwmon/pc87360.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,50,hwmon-vid pc87360)
|
|
||||||
$(call AddDepends/hwmon,@TARGET_x86)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/hwmon-pc87360/description
|
define KernelPackage/hwmon-pc87360/description
|
||||||
|
@ -138,14 +149,10 @@ $(eval $(call KernelPackage,hwmon-pc87360))
|
||||||
|
|
||||||
define KernelPackage/hwmon-w83627hf
|
define KernelPackage/hwmon-w83627hf
|
||||||
TITLE:=Winbond W83627HF monitoring support
|
TITLE:=Winbond W83627HF monitoring support
|
||||||
KCONFIG:= \
|
KCONFIG:=CONFIG_SENSORS_W83627HF
|
||||||
CONFIG_SENSORS_W83627HF \
|
FILES:=$(LINUX_DIR)/drivers/hwmon/w83627hf.ko
|
||||||
CONFIG_HWMON_VID
|
AUTOLOAD:=$(call AutoLoad,50,w83627hf)
|
||||||
FILES:= \
|
$(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86 +kmod-hwmon-vid)
|
||||||
$(LINUX_DIR)/drivers/hwmon/hwmon-vid.ko \
|
|
||||||
$(LINUX_DIR)/drivers/hwmon/w83627hf.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,50,hwmon-vid w83627hf)
|
|
||||||
$(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPacakge/hwmon-w83627hf/description
|
define KernelPacakge/hwmon-w83627hf/description
|
||||||
|
|
Loading…
Reference in New Issue