summaryrefslogtreecommitdiffstats
path: root/drivers/eeprom/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/eeprom/Kconfig')
-rw-r--r--drivers/eeprom/Kconfig11
1 files changed, 11 insertions, 0 deletions
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