diff options
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index ecf90f5c97c2..f8210bf2d241 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig | |||
@@ -304,6 +304,19 @@ config SSFDC | |||
304 | This enables read only access to SmartMedia formatted NAND | 304 | This enables read only access to SmartMedia formatted NAND |
305 | flash. You can mount it with FAT file system. | 305 | flash. You can mount it with FAT file system. |
306 | 306 | ||
307 | |||
308 | config SM_FTL | ||
309 | tristate "SmartMedia/xD new translation layer" | ||
310 | depends on EXPERIMENTAL && BLOCK | ||
311 | select MTD_BLKDEVS | ||
312 | select MTD_NAND_ECC | ||
313 | help | ||
314 | This enables new and very EXPERMENTAL support for SmartMedia/xD | ||
315 | FTL (Flash translation layer). | ||
316 | Write support isn't yet well tested, therefore this code IS likely to | ||
317 | eat your card, so please don't use it together with valuable data. | ||
318 | Use readonly driver (CONFIG_SSFDC) instead. | ||
319 | |||
307 | config MTD_OOPS | 320 | config MTD_OOPS |
308 | tristate "Log panic/oops to an MTD buffer" | 321 | tristate "Log panic/oops to an MTD buffer" |
309 | depends on MTD | 322 | depends on MTD |