summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/Makefile
diff options
context:
space:
mode:
authorMaciej S. Szmigiero2017-01-19 21:26:51 +0100
committerGreg Kroah-Hartman2017-01-25 11:46:42 +0100
commitdd6478d68b16ce3d165b9d0e4ac0c021923e0f5a (patch)
treeb99c940035bfea5b3ce39eb9c3abb4082db13278 /drivers/w1/slaves/Makefile
parentw1: ds2490: USB transfer buffers need to be DMAable (diff)
downloadkernel-qcow2-linux-dd6478d68b16ce3d165b9d0e4ac0c021923e0f5a.tar.gz
kernel-qcow2-linux-dd6478d68b16ce3d165b9d0e4ac0c021923e0f5a.tar.xz
kernel-qcow2-linux-dd6478d68b16ce3d165b9d0e4ac0c021923e0f5a.zip
w1: add DS2405 addressable switch driver
This adds a driver for a DS2405 1-wire single-channel addressable switch. The DS2405 can also work as a single-channel binary remote sensor. This driver supports two attributes: "state" and "output" which are the same attribute names as supported by existing DS2406, DS2408 and DS2413 drivers. Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1/slaves/Makefile')
-rw-r--r--drivers/w1/slaves/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/slaves/Makefile b/drivers/w1/slaves/Makefile
index 1e9989afe7bf..b4a358955ef9 100644
--- a/drivers/w1/slaves/Makefile
+++ b/drivers/w1/slaves/Makefile
@@ -4,6 +4,7 @@
obj-$(CONFIG_W1_SLAVE_THERM) += w1_therm.o
obj-$(CONFIG_W1_SLAVE_SMEM) += w1_smem.o
+obj-$(CONFIG_W1_SLAVE_DS2405) += w1_ds2405.o
obj-$(CONFIG_W1_SLAVE_DS2408) += w1_ds2408.o
obj-$(CONFIG_W1_SLAVE_DS2413) += w1_ds2413.o
obj-$(CONFIG_W1_SLAVE_DS2406) += w1_ds2406.o