Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54720
b: refs/heads/master
c: f19b121
h: refs/heads/master
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and Linus Torvalds committed May 8, 2007
1 parent 45d1248 commit b7f6775
Show file tree
Hide file tree
Showing 5 changed files with 489 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1f858b763de570a4ab119ade7b24ccbc8fad23a
refs/heads/master: f19b121e21c1b032f6c612d2b9b499151f7b661b
8 changes: 8 additions & 0 deletions trunk/drivers/w1/masters/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,13 @@ config W1_MASTER_DS2482
This driver can also be built as a module. If so, the module
will be called ds2482.

config W1_MASTER_DS1WM
tristate "Maxim DS1WM 1-wire busmaster"
depends on W1 && ARM
help
Say Y here to enable the DS1WM 1-wire driver, such as that
in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like
hx4700.

endmenu

2 changes: 1 addition & 1 deletion trunk/drivers/w1/masters/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
obj-$(CONFIG_W1_MASTER_MATROX) += matrox_w1.o
obj-$(CONFIG_W1_MASTER_DS2490) += ds2490.o
obj-$(CONFIG_W1_MASTER_DS2482) += ds2482.o

obj-$(CONFIG_W1_MASTER_DS1WM) += ds1wm.o
Loading

0 comments on commit b7f6775

Please sign in to comment.