Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118927
b: refs/heads/master
c: 9f2bc79
h: refs/heads/master
i:
  118925: 1928376
  118923: 75b08ae
  118919: 282683d
  118911: ab1561f
v: v3
  • Loading branch information
Madhusudhan Chikkature authored and Linus Torvalds committed Nov 13, 2008
1 parent f51af39 commit c894d0e
Show file tree
Hide file tree
Showing 4 changed files with 734 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34e453d45584ea9dc1f62833ace17c79a379deb4
refs/heads/master: 9f2bc79f7dd04adda1fc3be510c9b3d436f846c7
7 changes: 7 additions & 0 deletions trunk/drivers/w1/masters/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,12 @@ config W1_MASTER_GPIO
This support is also available as a module. If so, the module
will be called w1-gpio.ko.

config HDQ_MASTER_OMAP
tristate "OMAP HDQ driver"
depends on ARCH_OMAP2430 || ARCH_OMAP34XX
help
Say Y here if you want support for the 1-wire or HDQ Interface
on an OMAP processor.

endmenu

1 change: 1 addition & 0 deletions trunk/drivers/w1/masters/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ obj-$(CONFIG_W1_MASTER_DS2490) += ds2490.o
obj-$(CONFIG_W1_MASTER_DS2482) += ds2482.o
obj-$(CONFIG_W1_MASTER_DS1WM) += ds1wm.o
obj-$(CONFIG_W1_MASTER_GPIO) += w1-gpio.o
obj-$(CONFIG_HDQ_MASTER_OMAP) += omap_hdq.o
Loading

0 comments on commit c894d0e

Please sign in to comment.