| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # 1-wire slaves configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 73 | 74 | organized as 7 pages of 16 bytes each with 64bit |
|---|
| 74 | 75 | unique number. Requires OverDrive Speed to talk to. |
|---|
| 75 | 76 | |
|---|
| 77 | +config W1_SLAVE_DS2430 |
|---|
| 78 | + tristate "256b EEPROM family support (DS2430)" |
|---|
| 79 | + help |
|---|
| 80 | + Say Y here if you want to use a 1-wire 256bit EEPROM |
|---|
| 81 | + family device (DS2430). |
|---|
| 82 | + This EEPROM is organized as one page of 32 bytes for random |
|---|
| 83 | + access. |
|---|
| 84 | + |
|---|
| 76 | 85 | config W1_SLAVE_DS2431 |
|---|
| 77 | 86 | tristate "1kb EEPROM family support (DS2431)" |
|---|
| 78 | 87 | help |
|---|
| .. | .. |
|---|
| 100 | 109 | Say Y here if you want to use a 1-wire |
|---|
| 101 | 110 | DS2438 Smart Battery Monitor device support |
|---|
| 102 | 111 | |
|---|
| 112 | +config W1_SLAVE_DS250X |
|---|
| 113 | + tristate "512b/1kb/16kb EPROM family support" |
|---|
| 114 | + select CRC16 |
|---|
| 115 | + help |
|---|
| 116 | + Say Y here if you want to use a 1-wire |
|---|
| 117 | + 512b/1kb/16kb EPROM family device (DS250x). |
|---|
| 118 | + |
|---|
| 103 | 119 | config W1_SLAVE_DS2780 |
|---|
| 104 | 120 | tristate "Dallas 2780 battery monitor chip" |
|---|
| 105 | 121 | help |
|---|