kernel: add kirkwood thermal module
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38371
This commit is contained in:
parent
06382c5b15
commit
408af1f6c7
1 changed files with 17 additions and 0 deletions
|
@ -824,3 +824,20 @@ define KernelPackage/thermal-imx/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,thermal-imx))
|
$(eval $(call KernelPackage,thermal-imx))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/thermal-kirkwood
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=Temperature sensor on Marvell Kirkwood SoCs
|
||||||
|
DEPENDS:=@TARGET_kirkwood +kmod-thermal
|
||||||
|
KCONFIG:=CONFIG_KIRKWOOD_THERMAL
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/thermal/kirkwood_thermal.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,kirkwood_thermal)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/thermal-kirkwood/description
|
||||||
|
Support for the Kirkwood thermal sensor driver into the Linux thermal
|
||||||
|
framework. Only kirkwood 88F6282 and 88F6283 have this sensor.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,thermal-kirkwood))
|
||||||
|
|
Loading…
Reference in a new issue