diff options
Diffstat (limited to 'drivers/misc/eeprom/Kconfig')
-rw-r--r-- | drivers/misc/eeprom/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig index 3d31b6644245..5bf3c92d7162 100644 --- a/drivers/misc/eeprom/Kconfig +++ b/drivers/misc/eeprom/Kconfig | |||
@@ -26,6 +26,17 @@ config AT24 | |||
26 | This driver can also be built as a module. If so, the module | 26 | This driver can also be built as a module. If so, the module |
27 | will be called at24. | 27 | will be called at24. |
28 | 28 | ||
29 | config SPI_AT25 | ||
30 | tristate "SPI EEPROMs from most vendors" | ||
31 | depends on SPI && SYSFS | ||
32 | help | ||
33 | Enable this driver to get read/write support to most SPI EEPROMs, | ||
34 | after you configure the board init code to know about each eeprom | ||
35 | on your target board. | ||
36 | |||
37 | This driver can also be built as a module. If so, the module | ||
38 | will be called at25. | ||
39 | |||
29 | config SENSORS_EEPROM | 40 | config SENSORS_EEPROM |
30 | tristate "Old I2C EEPROM reader" | 41 | tristate "Old I2C EEPROM reader" |
31 | depends on I2C && EXPERIMENTAL | 42 | depends on I2C && EXPERIMENTAL |