aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorClaudio Lanconelli <lanconelli.claudio@eptar.com>2006-09-22 11:01:37 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-09-22 11:01:37 +0100
commit51197abf29657373bcf9803d87da3c3d8fc3a37e (patch)
tree9adde058fc9a6817fe0fe45fc2e4e13de36f358f /drivers/mtd/Kconfig
parent98aacdfde05ccf512d4395eed0d4894eea2d163c (diff)
downloadlinux-51197abf29657373bcf9803d87da3c3d8fc3a37e.tar.gz
[MTD] Add SSFDC (SmartMedia) read-only translation layer
Signed-off-by: Claudio Lanconelli <lanconelli.claudio@eptar.com> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 1344ad7a4b14a..717e90448fc6b 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -263,6 +263,14 @@ config RFD_FTL
http://www.gensw.com/pages/prod/bios/rfd.htm
+config SSFDC
+ bool "NAND SSFDC (SmartMedia) read only translation layer"
+ depends on MTD
+ default n
+ help
+ This enables read only access to SmartMedia formatted NAND
+ flash. You can mount it with FAT file system.
+
source "drivers/mtd/chips/Kconfig"
source "drivers/mtd/maps/Kconfig"