2
0
forked from Ivasoft/openwrt

brcm2708: add kmod-hwmon-bcm2835 support and more missing symbols

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 44449
This commit is contained in:
John Crispin
2015-02-14 20:48:20 +00:00
parent 9270474941
commit af3b4077bd
2 changed files with 18 additions and 0 deletions

View File

@@ -59,6 +59,22 @@ endef
$(eval $(call KernelPackage,spi-bcm2708))
define KernelPackage/hwmon-bcm2835
TITLE:=BCM2835 HWMON driver
KCONFIG:=CONFIG_SENSORS_BCM2835
FILES:=$(LINUX_DIR)/drivers/hwmon/bcm2835-hwmon.ko
AUTOLOAD:=$(call AutoLoad,60,bcm2835-hwmon)
DEPENDS:=@TARGET_brcm2708
$(call AddDepends/hwmon,@TARGET_brcm2708)
endef
define KernelPackage/hwmon-bcm2835/description
Kernel module for BCM2835 thermal monitor chip
endef
$(eval $(call KernelPackage,hwmon-bcm2835))
I2C_BCM2708_MODULES:=\
CONFIG_I2C_BCM2708:drivers/i2c/busses/i2c-bcm2708