From f568880f8f560938650896284950338592d0f8fa Mon Sep 17 00:00:00 2001 From: Hubert Feurstein Date: Mon, 20 Jun 2011 23:46:34 +0200 Subject: eeprom: add at25 eeprom driver This commit adds support for most spi eeproms, such as the Atmel at25 models. Signed-off-by: Hubert Feurstein Signed-off-by: Sascha Hauer --- drivers/eeprom/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 drivers/eeprom/Kconfig (limited to 'drivers/eeprom/Kconfig') diff --git a/drivers/eeprom/Kconfig b/drivers/eeprom/Kconfig new file mode 100644 index 0000000000..a0b54899c6 --- /dev/null +++ b/drivers/eeprom/Kconfig @@ -0,0 +1,11 @@ +menu "EEPROM support" + +config EEPROM_AT25 + tristate "SPI EEPROMs from most vendors" + depends on SPI + 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. + +endmenu -- cgit v1.2.3