diff options
author | Maxim Levitsky <maximlevitsky@gmail.com> | 2010-03-19 11:22:54 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-03-26 11:26:27 -0400 |
commit | e5f710cfc6947e64672b7205f7992515868c7782 (patch) | |
tree | c72c3262e6a65b59f067b61cd910697edc071ecb /drivers/mtd/Kconfig | |
parent | ca7081d96e39ea276892f0577f9cf37568547e88 (diff) |
mtd: nand: split out ECC module
This way drivers could use ecc routines without depedency on whole nand
Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index dbee14d37224..e652080bce5d 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig | |||
@@ -307,8 +307,9 @@ config SSFDC | |||
307 | 307 | ||
308 | config SM_FTL | 308 | config SM_FTL |
309 | tristate "SmartMedia/xD new translation layer" | 309 | tristate "SmartMedia/xD new translation layer" |
310 | depends on EXPERIMENTAL && BLOCK && MTD_NAND | 310 | depends on EXPERIMENTAL && BLOCK |
311 | select MTD_BLKDEVS | 311 | select MTD_BLKDEVS |
312 | select MTD_NAND_ECC | ||
312 | help | 313 | help |
313 | This enables new and very EXPERMENTAL support for SmartMedia/xD | 314 | This enables new and very EXPERMENTAL support for SmartMedia/xD |
314 | FTL (Flash translation layer). | 315 | FTL (Flash translation layer). |