summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/Makefile
diff options
context:
space:
mode:
authorEvgeniy Polyakov2005-12-06 11:38:28 +0100
committerGreg Kroah-Hartman2006-03-24 02:28:12 +0100
commitbaf12ae29ab4cc6381e21b2e1a3af75a6a8f7566 (patch)
tree43658918e7221e94e40a62de48f04b2b23d75b3a /drivers/w1/masters/Makefile
parent[PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code ... (diff)
downloadkernel-qcow2-linux-baf12ae29ab4cc6381e21b2e1a3af75a6a8f7566.tar.gz
kernel-qcow2-linux-baf12ae29ab4cc6381e21b2e1a3af75a6a8f7566.tar.xz
kernel-qcow2-linux-baf12ae29ab4cc6381e21b2e1a3af75a6a8f7566.zip
[PATCH] W1: Add the DS2482 I2C-to-w1 bridge driver.
Signed-off-by: Ben Gardner <bgardner@wabtec.com> Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/w1/masters/Makefile')
-rw-r--r--drivers/w1/masters/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/w1/masters/Makefile b/drivers/w1/masters/Makefile
index d9b84e522d6c..1f3c8b983dc1 100644
--- a/drivers/w1/masters/Makefile
+++ b/drivers/w1/masters/Makefile
@@ -9,3 +9,5 @@ ds9490r-objs := dscore.o
obj-$(CONFIG_W1_MASTER_DS9490_BRIDGE) += ds_w1_bridge.o
+obj-$(CONFIG_W1_MASTER_DS2482) += ds2482.o
+