]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/eeprom/Kconfig
spi: Move at25 (for SPI eeproms) to /drivers/misc/eeprom
[linux-2.6-omap-h63xx.git] / drivers / misc / eeprom / Kconfig
index 3d31b66442454ee223dea66178aa89bc4249d155..5bf3c92d71629aff2806e0648d1a44fc2276e9f8 100644 (file)
@@ -26,6 +26,17 @@ config AT24
          This driver can also be built as a module.  If so, the module
          will be called at24.
 
+config SPI_AT25
+       tristate "SPI EEPROMs from most vendors"
+       depends on SPI && SYSFS
+       help
+         Enable this driver to get read/write support to most SPI EEPROMs,
+         after you configure the board init code to know about each eeprom
+         on your target board.
+
+         This driver can also be built as a module.  If so, the module
+         will be called at25.
+
 config SENSORS_EEPROM
        tristate "Old I2C EEPROM reader"
        depends on I2C && EXPERIMENTAL