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.
9 HWMON_MENU
:=Hardware Monitoring Support
11 define KernelPackage
/hwmon-core
12 SUBMENU
:=$(HWMON_MENU
)
13 TITLE
:=Hardware monitoring support
18 CONFIG_HWMON_DEBUG_CHIP
=n
20 $(LINUX_DIR
)/drivers
/hwmon
/hwmon.
$(LINUX_KMOD_SUFFIX
) \
21 $(LINUX_DIR
)/drivers
/hwmon
/hwmon-vid.
$(LINUX_KMOD_SUFFIX
)
22 AUTOLOAD
:=$(call AutoLoad
,40,hwmon hwmon-vid
)
25 define KernelPackage
/hwmon-core
/description
26 Kernel modules for hardware monitoring
29 $(eval
$(call KernelPackage
,hwmon-core
))
32 define KernelPackage
/hwmon-lm77
33 SUBMENU
:=$(HWMON_MENU
)
34 TITLE
:=LM77 monitoring support
35 DEPENDS
:=kmod-hwmon-core
36 KCONFIG
:=CONFIG_SENSORS_LM77
37 FILES
:=$(LINUX_DIR
)/drivers
/hwmon
/lm77.
$(LINUX_KMOD_SUFFIX
)
38 AUTOLOAD
:=$(call AutoLoad
,60,lm77
)
41 define KernelPackage
/hwmon-lm77
/description
42 Kernel module for LM77 thermal monitor chip
45 $(eval
$(call KernelPackage
,hwmon-lm77
))
48 define KernelPackage
/hwmon-pc87360
49 SUBMENU
:=$(HWMON_MENU
)
50 TITLE
:=PC87360 monitoring support
51 DEPENDS
:=kmod-hwmon-core
52 KCONFIG
:=CONFIG_SENSORS_PC87360
53 FILES
:=$(LINUX_DIR
)/drivers
/hwmon
/pc87360.
$(LINUX_KMOD_SUFFIX
)
54 AUTOLOAD
:=$(call AutoLoad
,50,pc87360
)
57 define KernelPackage
/hwmon-pc87360
/description
58 Kernel modules for PC87360 chips
61 $(eval
$(call KernelPackage
,hwmon-pc87360
))