Skip to content

Commit

Permalink
Adds a kmod for the DS2431
Browse files Browse the repository at this point in the history
The DS2431 is a 1 wire 1kb eeprom.

Signed-off-by: Christian Gagneraud <chris@techworks.ie>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30987 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jow committed Mar 18, 2012
1 parent a79a87a commit 80c7b44
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package/kernel/modules/w1.mk
Expand Up @@ -112,6 +112,19 @@ endef

$(eval $(call KernelPackage,w1-slave-smem))

define KernelPackage/w1-slave-ds2431
TITLE:=DS2431 1kb EEPROM driver
KCONFIG:= CONFIG_W1_SLAVE_DS2431
FILES:=$(W1_SLAVES_DIR)/w1_ds2431.ko
AUTOLOAD:=$(call AutoLoad,70,w1_ds2431)
$(call AddDepends/w1)
endef

define KernelPackage/w1-slave-ds2431/description
Kernel module for 1-wire 1kb EEPROM (DS2431)
endef

$(eval $(call KernelPackage,w1-slave-ds2431))

define KernelPackage/w1-slave-ds2433
TITLE:=Simple 64bit memory family implementation
Expand Down

0 comments on commit 80c7b44

Please sign in to comment.