| # EEPROM subsystem configuration |
| menu "1-wire EEPROM support" |
| bool "Enable support for EEPROMs on 1wire interface" |
| Support for the EEPROMs connected on 1-wire Dallas protocol interface |
| bool "Enable Maxim DS24 families EEPROM support" |
| Maxim DS24 EEPROMs 1-Wire EEPROM support |
| bool "Enable Maxim DS2502 Add-Only Memory support" |
| Maxim DS2502 1-Wire add-only memory support. |
| This device has 128 bytes of data memory, organized as 4 pages of |
| 32 bytes and 8 out of band status bytes that may be used to redirect |
| pages, allowing data to be modified up to 4 times (by external |
| The device may be seen as a 32 byte memory, using the page redirection |
| or as a 128 byte memory, ignoring the page redirection. |
| bool "Enable sandbox onewire EEPROM driver" |
| Sandbox driver for a onewire EEPROM memory |