diff options
author | Mariusz Bialonczyk <manio@skyboo.net> | 2013-02-27 20:05:47 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-27 22:10:23 -0500 |
commit | 31b4ca3ef9868a247ae311eb23894c228d9b340c (patch) | |
tree | 579f87465dafbcfcc50d0d7160245e833d99d10d /drivers/w1/slaves/Kconfig | |
parent | 940da353a83e895ea600cb8ab17dceefb1bcb469 (diff) |
w1: add support for DS2413 Dual Channel Addressable Switch
Also fixes some whitespace inconsistency in Kconfig and w1_family.h when
DS2408 chip support was added.
Signed-off-by: Mariusz Bialonczyk <manio@skyboo.net>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/w1/slaves/Kconfig')
-rw-r--r-- | drivers/w1/slaves/Kconfig | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/drivers/w1/slaves/Kconfig b/drivers/w1/slaves/Kconfig index 67526690acbc..762561fbabbf 100644 --- a/drivers/w1/slaves/Kconfig +++ b/drivers/w1/slaves/Kconfig | |||
@@ -17,11 +17,16 @@ config W1_SLAVE_SMEM | |||
17 | simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire. | 17 | simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire. |
18 | 18 | ||
19 | config W1_SLAVE_DS2408 | 19 | config W1_SLAVE_DS2408 |
20 | tristate "8-Channel Addressable Switch (IO Expander) 0x29 family support (DS2408)" | 20 | tristate "8-Channel Addressable Switch (IO Expander) 0x29 family support (DS2408)" |
21 | help | 21 | help |
22 | Say Y here if you want to use a 1-wire | 22 | Say Y here if you want to use a 1-wire |
23 | DS2408 8-Channel Addressable Switch device support | ||
23 | 24 | ||
24 | DS2408 8-Channel Addressable Switch device support | 25 | config W1_SLAVE_DS2413 |
26 | tristate "Dual Channel Addressable Switch 0x3a family support (DS2413)" | ||
27 | help | ||
28 | Say Y here if you want to use a 1-wire | ||
29 | DS2413 Dual Channel Addressable Switch device support | ||
25 | 30 | ||
26 | config W1_SLAVE_DS2423 | 31 | config W1_SLAVE_DS2423 |
27 | tristate "Counter 1-wire device (DS2423)" | 32 | tristate "Counter 1-wire device (DS2423)" |