blob: 7931231d8e80bdf1b75da7627a0b4cabef3cc0e8 [file] [log] [blame]
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +03001#
2# 1-wire slaves configuration
3#
4
5menu "1-wire Slaves"
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +03006
7config W1_SLAVE_THERM
8 tristate "Thermal family implementation"
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +03009 help
Evgeniy Polyakov89040b22006-12-13 00:34:16 -080010 Say Y here if you want to connect 1-wire thermal sensors to your
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030011 wire.
12
13config W1_SLAVE_SMEM
14 tristate "Simple 64bit memory family implementation"
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030015 help
16 Say Y here if you want to connect 1-wire
Evgeniy Polyakov89040b22006-12-13 00:34:16 -080017 simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire.
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030018
Maciej S. Szmigierodd6478d2017-01-19 21:26:51 +010019config W1_SLAVE_DS2405
20 tristate "DS2405 Addressable Switch"
21 help
22 Say Y or M here if you want to use a DS2405 1-wire
23 single-channel addressable switch.
24 This device can also work as a single-channel
25 binary remote sensor.
26
Jean-François Dagenais89610272011-05-26 16:26:02 -070027config W1_SLAVE_DS2408
Mariusz Bialonczyk31b4ca32013-02-27 17:05:47 -080028 tristate "8-Channel Addressable Switch (IO Expander) 0x29 family support (DS2408)"
29 help
30 Say Y here if you want to use a 1-wire
31 DS2408 8-Channel Addressable Switch device support
Jean-François Dagenais89610272011-05-26 16:26:02 -070032
Jean-Francois Dagenaisaceca282013-03-15 14:20:25 -040033config W1_SLAVE_DS2408_READBACK
34 bool "Read-back values written to DS2408's output register"
35 depends on W1_SLAVE_DS2408
36 default y
37 help
38 Enabling this will cause the driver to read back the values written
39 to the chip's output register in order to detect errors.
40
41 This is slower but useful when debugging chips and/or busses.
42
Mariusz Bialonczyk31b4ca32013-02-27 17:05:47 -080043config W1_SLAVE_DS2413
44 tristate "Dual Channel Addressable Switch 0x3a family support (DS2413)"
45 help
46 Say Y here if you want to use a 1-wire
47 DS2413 Dual Channel Addressable Switch device support
Jean-François Dagenais89610272011-05-26 16:26:02 -070048
Scott Alfter948593082014-06-17 20:42:05 +000049config W1_SLAVE_DS2406
50 tristate "Dual Channel Addressable Switch 0x12 family support (DS2406)"
Arnd Bergmann6b5fa772014-06-23 16:31:47 +020051 select CRC16
Scott Alfter948593082014-06-17 20:42:05 +000052 help
53 Say Y or M here if you want to use a 1-wire
54 DS2406 Dual Channel Addressable Switch. EPROM read/write
55 support for these devices is not implemented.
56
Mika Laitio17fecb552011-01-12 17:01:06 -080057config W1_SLAVE_DS2423
58 tristate "Counter 1-wire device (DS2423)"
59 select CRC16
60 help
61 If you enable this you can read the counter values available
62 in the DS2423 chipset from the w1_slave file under the
63 sys file system.
64
65 Say Y here if you want to use a 1-wire
66 counter family device (DS2423).
67
Andrew Worsleyf6887532017-08-27 21:34:23 +100068config W1_SLAVE_DS2805
69 tristate "112-byte EEPROM support (DS28E05)"
70 help
71 Say Y here if you want to use a 1-wire
72 is a 112-byte user-programmable EEPROM is
73 organized as 7 pages of 16 bytes each with 64bit
74 unique number. Requires OverDrive Speed to talk to.
75
Herton Ronaldo Krzesinski8ca2f152009-02-27 14:03:00 -080076config W1_SLAVE_DS2431
77 tristate "1kb EEPROM family support (DS2431)"
78 help
79 Say Y here if you want to use a 1-wire
80 1kb EEPROM family device (DS2431)
81
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030082config W1_SLAVE_DS2433
83 tristate "4kb EEPROM family support (DS2433)"
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030084 help
85 Say Y here if you want to use a 1-wire
86 4kb EEPROM family device (DS2433).
87
88config W1_SLAVE_DS2433_CRC
89 bool "Protect DS2433 data with a CRC16"
Jean-Luc Legerf621e1c2006-04-18 21:18:20 -070090 depends on W1_SLAVE_DS2433
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030091 select CRC16
92 help
93 Say Y here to protect DS2433 data with a CRC16.
94 Each block has 30 bytes of data and a two byte CRC16.
95 Full block writes are only allowed if the CRC is valid.
96
Mariusz Bialonczyke3af95e2017-02-23 07:38:43 +010097config W1_SLAVE_DS2438
98 tristate "DS2438 Smart Battery Monitor 0x26 family support"
99 help
100 Say Y here if you want to use a 1-wire
101 DS2438 Smart Battery Monitor device support
102
Anton Vorontsovd7ce6d12007-04-12 01:03:55 +0400103config W1_SLAVE_DS2760
104 tristate "Dallas 2760 battery monitor chip (HP iPAQ & others)"
Anton Vorontsovd7ce6d12007-04-12 01:03:55 +0400105 help
106 If you enable this you will have the DS2760 battery monitor
107 chip support.
108
109 The battery monitor chip is used in many batteries/devices
110 as the one who is responsible for charging/discharging/monitoring
111 Li+ batteries.
112
113 If you are unsure, say N.
114
Clifton Barnes275ac742011-05-26 16:26:04 -0700115config W1_SLAVE_DS2780
116 tristate "Dallas 2780 battery monitor chip"
Clifton Barnes275ac742011-05-26 16:26:04 -0700117 help
118 If you enable this you will have the DS2780 battery monitor
119 chip support.
120
121 The battery monitor chip is used in many batteries/devices
122 as the one who is responsible for charging/discharging/monitoring
123 Li+ batteries.
124
125 If you are unsure, say N.
126
Renata Sayakhovafef37e92012-02-29 14:58:53 +0100127config W1_SLAVE_DS2781
128 tristate "Dallas 2781 battery monitor chip"
Renata Sayakhovafef37e92012-02-29 14:58:53 +0100129 help
130 If you enable this you will have the DS2781 battery monitor
131 chip support.
132
133 The battery monitor chip is used in many batteries/devices
134 as the one who is responsible for charging/discharging/monitoring
135 Li+ batteries.
136
137 If you are unsure, say N.
138
Markus Frankefbf7f7b2012-05-26 00:45:12 +0200139config W1_SLAVE_DS28E04
140 tristate "4096-Bit Addressable 1-Wire EEPROM with PIO (DS28E04-100)"
Markus Frankefbf7f7b2012-05-26 00:45:12 +0200141 select CRC16
142 help
143 If you enable this you will have the DS28E04-100
144 chip support.
145
146 Say Y here if you want to use a 1-wire
147 4kb EEPROM with PIO family device (DS28E04).
148
149 If you are unsure, say N.
150
Jan Kandzioraebc47682017-09-20 23:52:46 +0200151config W1_SLAVE_DS28E17
152 tristate "1-wire-to-I2C master bridge (DS28E17)"
153 select CRC16
154 depends on I2C
155 help
156 Say Y here if you want to use the DS28E17 1-wire-to-I2C master bridge.
157 For each DS28E17 detected, a new I2C adapter is created within the
158 kernel. I2C devices on that bus can be configured to be used by the
159 kernel and userspace tools as on any other "native" I2C bus.
160
161 This driver is also available as a module. If so, the module
162 will be called w1_ds28e17.
163
164 If you are unsure, say N.
165
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +0300166endmenu