diff options
author | Adrian Bunk <bunk@kernel.org> | 2018-11-29 21:58:58 +0200 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-12-10 16:23:27 +0100 |
commit | 37cf28d3b5bca1b532a0b6aac722e7f2788a9294 (patch) | |
tree | 4d8c88d1e3fecc26a638f185c7e9759bc9268808 /drivers/misc/eeprom/Kconfig | |
parent | 6c0c5dc33ff42af49243e94842d0ebdb153189ea (diff) | |
download | lwn-37cf28d3b5bca1b532a0b6aac722e7f2788a9294.tar.gz lwn-37cf28d3b5bca1b532a0b6aac722e7f2788a9294.zip |
eeprom: at24: add support for 24c2048
Works with ST M24M02.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'drivers/misc/eeprom/Kconfig')
-rw-r--r-- | drivers/misc/eeprom/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig index fe7a1d27a017..a846faefa210 100644 --- a/drivers/misc/eeprom/Kconfig +++ b/drivers/misc/eeprom/Kconfig @@ -13,7 +13,7 @@ config EEPROM_AT24 ones like at24c64, 24lc02 or fm24c04: 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08, - 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024 + 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024, 24c2048 Unless you like data loss puzzles, always be sure that any chip you configure as a 24c32 (32 kbit) or larger is NOT really a |