diff options
author | Claudio Lanconelli <lanconelli.claudio@eptar.com> | 2006-09-22 11:01:37 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-22 11:01:37 +0100 |
commit | 51197abf29657373bcf9803d87da3c3d8fc3a37e (patch) | |
tree | 9adde058fc9a6817fe0fe45fc2e4e13de36f358f /drivers/mtd/Kconfig | |
parent | 98aacdfde05ccf512d4395eed0d4894eea2d163c (diff) |
[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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 1344ad7a4b14..717e90448fc6 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" |