diff options
| author | Maciej S. Szmigiero <mail@maciej.szmigiero.name> | 2017-01-19 21:26:51 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-25 11:46:42 +0100 |
| commit | dd6478d68b16ce3d165b9d0e4ac0c021923e0f5a (patch) | |
| tree | b99c940035bfea5b3ce39eb9c3abb4082db13278 /drivers/w1/slaves/Makefile | |
| parent | 61cd1b4cd1e8f7f7642ab64529d9bd52e8374641 (diff) | |
| download | lwn-dd6478d68b16ce3d165b9d0e4ac0c021923e0f5a.tar.gz lwn-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/Makefile | 1 |
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 |
