mtd: update description on sm_ftl
I think that scary description can go now... Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
dba76c033f
commit
6f92355c6e
1 changed files with 7 additions and 4 deletions
|
@ -311,11 +311,14 @@ config SM_FTL
|
||||||
select MTD_BLKDEVS
|
select MTD_BLKDEVS
|
||||||
select MTD_NAND_ECC
|
select MTD_NAND_ECC
|
||||||
help
|
help
|
||||||
This enables new and very EXPERMENTAL support for SmartMedia/xD
|
This enables EXPERIMENTAL R/W support for SmartMedia/xD
|
||||||
FTL (Flash translation layer).
|
FTL (Flash translation layer).
|
||||||
Write support isn't yet well tested, therefore this code IS likely to
|
Write support is only lightly tested, therefore this driver
|
||||||
eat your card, so please don't use it together with valuable data.
|
isn't recommended to use with valuable data (anyway if you have
|
||||||
Use readonly driver (CONFIG_SSFDC) instead.
|
valuable data, do backups regardless of software/hardware you
|
||||||
|
use, because you never know what will eat your data...)
|
||||||
|
If you only need R/O access, you can use older R/O driver
|
||||||
|
(CONFIG_SSFDC)
|
||||||
|
|
||||||
config MTD_OOPS
|
config MTD_OOPS
|
||||||
tristate "Log panic/oops to an MTD buffer"
|
tristate "Log panic/oops to an MTD buffer"
|
||||||
|
|
Loading…
Reference in a new issue