summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/Kconfig
diff options
context:
space:
mode:
authorJiri Prchal <jiri.prchal@aksignal.cz>2021-06-11 11:45:58 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-06-11 12:23:10 +0200
commitfd307a4ad332ef50be5569c92490219e7cd84ce5 (patch)
tree6683353455acad103535cdbceb9af084ff50531a /drivers/misc/eeprom/Kconfig
parent989f77e3fdee2e8f414dd1da9b6397d8763d414e (diff)
downloadlinux-stable-fd307a4ad332ef50be5569c92490219e7cd84ce5.tar.gz
linux-stable-fd307a4ad332ef50be5569c92490219e7cd84ce5.tar.bz2
linux-stable-fd307a4ad332ef50be5569c92490219e7cd84ce5.zip
nvmem: prepare basics for FRAM support
Added enum and string for FRAM (ferroelectric RAM) to expose it as file named "fram". Added documentation of sysfs file. Signed-off-by: Jiri Prchal <jiri.prchal@aksignal.cz> Link: https://lore.kernel.org/r/20210611094601.95131-2-jiri.prchal@aksignal.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/eeprom/Kconfig')
-rw-r--r--drivers/misc/eeprom/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig
index 0f791bfdc1f5..f0a7531f354c 100644
--- a/drivers/misc/eeprom/Kconfig
+++ b/drivers/misc/eeprom/Kconfig
@@ -32,12 +32,13 @@ config EEPROM_AT24
will be called at24.
config EEPROM_AT25
- tristate "SPI EEPROMs from most vendors"
+ tristate "SPI EEPROMs (FRAMs) from most vendors"
depends on SPI && SYSFS
select NVMEM
select NVMEM_SYSFS
help
- Enable this driver to get read/write support to most SPI EEPROMs,
+ Enable this driver to get read/write support to most SPI EEPROMs
+ and Cypress FRAMs,
after you configure the board init code to know about each eeprom
on your target board.