mtd: nand: omap: Correct CONFIG_MTD_NAND_OMAP_BCH help message

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Wed Oct 15 23:59:09 PDT 2014


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=8b3d58e554453ab858bbb169d93b7321bdc628d4
Commit:     8b3d58e554453ab858bbb169d93b7321bdc628d4
Parent:     e7cd6824fd4105ff164aabc3767f195d1f6e4025
Author:     Roger Quadros <rogerq at ti.com>
AuthorDate: Wed Oct 1 14:33:30 2014 +0300
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Mon Oct 6 23:40:09 2014 -0700

    mtd: nand: omap: Correct CONFIG_MTD_NAND_OMAP_BCH help message
    
    The MTD_NAND_OMAP_BCH doesn't harm on legacy OMAP platforms
    so don't state that it should be disabled for them.
    
    Signed-off-by: Roger Quadros <rogerq at ti.com>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/nand/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 1cb4b1b..dd10646 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -104,7 +104,7 @@ config MTD_NAND_OMAP_BCH
 	  locate and correct errors when using BCH ECC scheme. This offloads
 	  the cpu from doing ECC error searching and correction. However some
 	  legacy OMAP families like OMAP2xxx, OMAP3xxx do not have ELM engine
-	  so they should not enable this config symbol.
+	  so this is optional for them.
 
 config MTD_NAND_OMAP_BCH_BUILD
 	def_tristate MTD_NAND_OMAP2 && MTD_NAND_OMAP_BCH



More information about the linux-mtd-cvs mailing list