modules: Add kmod-w1-slave-ds2413
This patch adds support for building the ds2413 one-wire kernel module. Signed-off-by: Wouter Paesen <wouter@blue-gate.be> SVN-Revision: 43999
This commit is contained in:
parent
09a08fb9e6
commit
5010e2d2dd
1 changed files with 16 additions and 0 deletions
|
@ -174,3 +174,19 @@ define KernelPackage/w1-slave-ds2760/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,w1-slave-ds2760))
|
||||
|
||||
|
||||
define KernelPackage/w1-slave-ds2413
|
||||
TITLE:=DS2413 2 Ch. Addressable Switch
|
||||
KCONFIG:= \
|
||||
CONFIG_W1_SLAVE_DS2413
|
||||
FILES:=$(W1_SLAVES_DIR)/w1_ds2413.ko
|
||||
AUTOLOAD:=$(call AutoProbe,w1_ds2413)
|
||||
$(call AddDepends/w1)
|
||||
endef
|
||||
|
||||
define KernelPackage/w1-slave-ds2413/description
|
||||
Kernel module for 1-wire DS2413 Dual Channel Addressable Switch support
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,w1-slave-ds2413))
|
||||
|
|
Loading…
Reference in a new issue