kernel/modules: Add w1-master-ds2490 module (#8779)

SVN-Revision: 25311
This commit is contained in:
Vasilis Tsiligiannis 2011-02-02 18:17:04 +00:00
parent 1781e8ed26
commit d5987b5db4
1 changed files with 14 additions and 0 deletions

View File

@ -48,6 +48,20 @@ endef
$(eval $(call KernelPackage,w1-master-gpio))
define KernelPackage/w1-master-ds2490
TITLE:=DS2490 1-wire usb bus master driver
DEPENDS:=@USB_SUPPORT +kmod-usb-core
KCONFIG:=CONFIG_W1_MASTER_DS2490
FILES:=$(W1_MASTERS_DIR)/ds2490.ko
AUTOLOAD:=$(call AutoLoad,60,ds2490)
$(call AddDepends/w1)
endef
define KernelPackage/w1-master-ds2490/description
Kernel module for the DS2490 usb 1-wire bus master driver
endef
$(eval $(call KernelPackage,w1-master-ds2490))
#
# 1-wire slaves