aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/Makefile
diff options
context:
space:
mode:
authorMadhusudhan Chikkature <madhu.cr@ti.com>2008-11-12 13:27:09 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2008-11-12 17:17:18 -0800
commit9f2bc79f7dd04adda1fc3be510c9b3d436f846c7 (patch)
tree0e47836b4068227fe08cf548ebd5d6bab42af16c /drivers/w1/masters/Makefile
parentw1: export w1_read_8 function (diff)
downloadlinux-dev-9f2bc79f7dd04adda1fc3be510c9b3d436f846c7.tar.xz
linux-dev-9f2bc79f7dd04adda1fc3be510c9b3d436f846c7.zip
hdq driver for OMAP2430/3430
The HDQ/1-Wire module of TI OMAP2430/3430 platforms implement the hardware protocol of the master functions of the Benchmark HDQ and the Dallas Semiconductor 1-Wire protocols. These protocols use a single wire for communication between the master (HDQ/1-Wire controller) and the slave (HDQ/1-Wire external compliant device). This patch provides the HDQ driver to suppport TI OMAP2430/3430 platforms. Signed-off-by: Madhusudhan Chikkature<madhu.cr@ti.com> Acked-by: Felipe Balbi <felipe.balbi@nokia.com> Acked-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/w1/masters/Makefile')
-rw-r--r--drivers/w1/masters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/masters/Makefile b/drivers/w1/masters/Makefile
index 1420b5bbdda8..bc4714a75f3a 100644
--- a/drivers/w1/masters/Makefile
+++ b/drivers/w1/masters/Makefile
@@ -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