mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 04:56:14 +02:00
[package] add support for DS2482 1-Wire I2C bus master
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28010 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
36991e8520
commit
414f855ff1
@ -48,6 +48,23 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,w1-master-gpio))
|
$(eval $(call KernelPackage,w1-master-gpio))
|
||||||
|
|
||||||
|
define KernelPackage/w1-master-ds2482
|
||||||
|
TITLE:=DS2482 1-wire i2c bus master driver
|
||||||
|
KCONFIG:=CONFIG_W1_MASTER_DS2482
|
||||||
|
FILES:=$(W1_MASTERS_DIR)/ds2482.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,60,ds2482)
|
||||||
|
$(call AddDepends/w1,+kmod-i2c-core)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/w1-master-ds2482/description
|
||||||
|
Kernel module for the DS2482 i2c 1-wire bus master driver
|
||||||
|
NOTE: Init with: echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-0/new_device
|
||||||
|
or use owfs
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,w1-master-ds2482))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/w1-master-ds2490
|
define KernelPackage/w1-master-ds2490
|
||||||
TITLE:=DS2490 1-wire usb bus master driver
|
TITLE:=DS2490 1-wire usb bus master driver
|
||||||
DEPENDS:=@USB_SUPPORT +kmod-usb-core
|
DEPENDS:=@USB_SUPPORT +kmod-usb-core
|
||||||
|
Loading…
Reference in New Issue
Block a user