summaryrefslogtreecommitdiffstats
path: root/drivers/eeprom/Kconfig
blob: a0b54899c6301e9b56438f8ab6bd2b08189ba1af (plain)
1
2
3
4
5
6
7
8
9
10
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