2 # Copyright (C) 2006,2007 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 HWMON_MENU
:=Hardware Monitoring Support
10 define KernelPackage
/hwmon-core
11 SUBMENU
:=$(HWMON_MENU
)
12 TITLE
:=Hardware monitoring support
16 CONFIG_HWMON_DEBUG_CHIP
=n
18 $(LINUX_DIR
)/drivers
/hwmon
/hwmon.
$(LINUX_KMOD_SUFFIX
)
19 AUTOLOAD
:=$(call AutoLoad
,40,hwmon
)
22 define KernelPackage
/hwmon-core
/description
23 Kernel modules for hardware monitoring
26 $(eval
$(call KernelPackage
,hwmon-core
))
29 define KernelPackage
/hwmon-lm75
30 SUBMENU
:=$(HWMON_MENU
)
31 TITLE
:=LM75 monitoring support
32 DEPENDS
:=kmod-hwmon-core
+kmod-i2c-core
33 KCONFIG
:=CONFIG_SENSORS_LM75
34 FILES
:=$(LINUX_DIR
)/drivers
/hwmon
/lm75.
$(LINUX_KMOD_SUFFIX
)
35 AUTOLOAD
:=$(call AutoLoad
,60,lm75
)
38 define KernelPackage
/hwmon-lm75
/description
39 Kernel module for lm75 thermal monitor chip
42 $(eval
$(call KernelPackage
,hwmon-lm75
))
45 define KernelPackage
/hwmon-lm77
46 SUBMENU
:=$(HWMON_MENU
)
47 TITLE
:=LM77 monitoring support
48 DEPENDS
:=kmod-hwmon-core
+kmod-i2c-core
49 KCONFIG
:=CONFIG_SENSORS_LM77
50 FILES
:=$(LINUX_DIR
)/drivers
/hwmon
/lm77.
$(LINUX_KMOD_SUFFIX
)
51 AUTOLOAD
:=$(call AutoLoad
,60,lm77
)
54 define KernelPackage
/hwmon-lm77
/description
55 Kernel module for LM77 thermal monitor chip
58 $(eval
$(call KernelPackage
,hwmon-lm77
))
60 define KernelPackage
/hwmon-lm90
61 SUBMENU
:=$(HWMON_MENU
)
62 TITLE
:=LM90 monitoring support
63 DEPENDS
:=kmod-hwmon-core
+kmod-i2c-core
64 KCONFIG
:=CONFIG_SENSORS_LM90
65 FILES
:=$(LINUX_DIR
)/drivers
/hwmon
/lm90.
$(LINUX_KMOD_SUFFIX
)
66 AUTOLOAD
:=$(call AutoLoad
,60,lm90
)
69 define KernelPackage
/hwmon-lm90
/description
70 Kernel module for LM90 thermal monitor chip
73 $(eval
$(call KernelPackage
,hwmon-lm90
))
75 define KernelPackage
/hwmon-pc87360
76 SUBMENU
:=$(HWMON_MENU
)
77 TITLE
:=PC87360 monitoring support
78 DEPENDS
:=kmod-hwmon-core @TARGET_x86
80 CONFIG_SENSORS_PC87360 \
83 $(LINUX_DIR
)/drivers
/hwmon
/hwmon-vid.
$(LINUX_KMOD_SUFFIX
) \
84 $(LINUX_DIR
)/drivers
/hwmon
/pc87360.
$(LINUX_KMOD_SUFFIX
)
85 AUTOLOAD
:=$(call AutoLoad
,50,hwmon-vid pc87360
)
88 define KernelPackage
/hwmon-pc87360
/description
89 Kernel modules for PC87360 chips
92 $(eval
$(call KernelPackage
,hwmon-pc87360
))
94 define KernelPackage
/hwmon-w83627hf
95 SUBMENU
:=$(HWMON_MENU
)
96 TITLE
:=Winbond W83627HF monitoring support
97 DEPENDS
:=kmod-hwmon-core @TARGET_x86||TARGET_rdc
99 CONFIG_SENSORS_W83627HF \
102 $(LINUX_DIR
)/drivers
/hwmon
/hwmon-vid.
$(LINUX_KMOD_SUFFIX
) \
103 $(LINUX_DIR
)/drivers
/hwmon
/w83627hf.
$(LINUX_KMOD_SUFFIX
)
104 AUTOLOAD
:=$(call AutoLoad
,50,hwmon-vid w83627h
)
107 define KernelPacakge
/hwmon-w83627hf
/description
108 Kernel module for the Winbond W83627HF chips.
111 $(eval
$(call KernelPackage
,hwmon-w83627hf
))