Adds a kmod for the DS2431
The DS2431 is a 1 wire 1kb eeprom. Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30987
This commit is contained in:
parent
c31627a112
commit
782a6225c7
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue