diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-02-02 16:59:33 +0000 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-02-09 17:12:59 +0000 |
commit | a2593247d747954cd12c32da8c5a3aecb9cd19a3 (patch) | |
tree | 76b80f5626784a3c8fc88346eb8189a7b38bc22a /drivers/mtd/nand/Kconfig | |
parent | a7a6ace1406f95c3edb8365788f85984377f3832 (diff) | |
download | kernel-crypto-a2593247d747954cd12c32da8c5a3aecb9cd19a3.tar.gz kernel-crypto-a2593247d747954cd12c32da8c5a3aecb9cd19a3.tar.xz kernel-crypto-a2593247d747954cd12c32da8c5a3aecb9cd19a3.zip |
[MTD] [NAND] S3C2410: Hardware ECC correction code
Add support for correcting errors detected by the
hardware ECC.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 9326a56f0fb..143a7f04825 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -126,10 +126,6 @@ config MTD_NAND_S3C2410_HWECC incorrect ECC generation, and if using these, the default of software ECC is preferable. - If you lay down a device with the hardware ECC, then you will - currently not be able to switch to software, as there is no - implementation for ECC method used by the S3C2410 - config MTD_NAND_NDFC tristate "NDFC NanD Flash Controller" depends on MTD_NAND && 44x |