From: Teerth Reddy <[EMAIL PROTECTED]>

Add kconfig support for HW ECC for nand driver on OMAP3

Signed-off-by: Teerth Reddy <[EMAIL PROTECTED]>
---
 drivers/mtd/nand/Kconfig |   10 ++++++++++
 1 files changed, 10 insertions(+)

Index : linux-omap-2.6/drivers/mtd/nand/Kconfig
==================================================================================
--- a/drivers/mtd/nand/Kconfig  2008-08-25 10:26:51.708901000 +0530
+++ b/drivers/mtd/nand/Kconfig  2008-08-25 10:28:12.820012000 +0530
@@ -74,6 +74,16 @@ config MTD_NAND_OMAP2
        help
           Support for NAND flash on Texas Instruments OMAP2 and OMAP3 
platforms.
 
+config MTD_NAND_OMAP_HWECC
+       bool "The Hardware ECC support"
+       depends on MTD_NAND && MTD_NAND_OMAP2
+       default n
+       help
+        The ECC compuatation for the data to be written/read can be either by
+        software or omap has Hw ecc engine which calculates it.
+        MTD_NAND_OMAP_HWECC = y which enables the hw ecc
+        MTD_NAND_OMAP_HWECC = n enables software ecc
+
 config MTD_NAND_OMAP
        tristate "NAND Flash device on OMAP H3/H2/P2 boards"
        depends on ARM && ARCH_OMAP1 && MTD_NAND && (MACH_OMAP_H2 || 
MACH_OMAP_H3 || MACH_OMAP_PERSEUS2)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to