summaryrefslogtreecommitdiff
path: root/drivers/w1/slaves/Kconfig
diff options
context:
space:
mode:
authorAndrew Worsley <amworsley@gmail.com>2017-08-27 21:34:23 +1000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-28 17:23:29 +0200
commitf6887531c0c6b106dbe9aa5ed6eaa166d93df52e (patch)
tree2b1d5a2c7dfc085c0531108a0be77049f65933fb /drivers/w1/slaves/Kconfig
parent54865314f5a1bfade1555ca6b26653729a0f3e23 (diff)
drivers: w1: Add 1w slave driver for DS28E05 EEPROM
Add a one wire driver for the DS28E05 one wire slave chip. This chip requires OverDrive support to talk to it. Signed-off-by: Andrew Worsley <amworsley@gmail.com> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1/slaves/Kconfig')
-rw-r--r--drivers/w1/slaves/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/w1/slaves/Kconfig b/drivers/w1/slaves/Kconfig
index fb68465908f2..bb4d7ed2ce55 100644
--- a/drivers/w1/slaves/Kconfig
+++ b/drivers/w1/slaves/Kconfig
@@ -65,6 +65,14 @@ config W1_SLAVE_DS2423
Say Y here if you want to use a 1-wire
counter family device (DS2423).
+config W1_SLAVE_DS2805
+ tristate "112-byte EEPROM support (DS28E05)"
+ help
+ Say Y here if you want to use a 1-wire
+ is a 112-byte user-programmable EEPROM is
+ organized as 7 pages of 16 bytes each with 64bit
+ unique number. Requires OverDrive Speed to talk to.
+
config W1_SLAVE_DS2431
tristate "1kb EEPROM family support (DS2431)"
help