Skip to content

Commit 8b3d58e

Browse files
Roger Quadroscomputersforpeace
authored andcommitted
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 <[email protected]> Signed-off-by: Brian Norris <[email protected]>
1 parent e7cd682 commit 8b3d58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/nand/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ config MTD_NAND_OMAP_BCH
104104
locate and correct errors when using BCH ECC scheme. This offloads
105105
the cpu from doing ECC error searching and correction. However some
106106
legacy OMAP families like OMAP2xxx, OMAP3xxx do not have ELM engine
107-
so they should not enable this config symbol.
107+
so this is optional for them.
108108

109109
config MTD_NAND_OMAP_BCH_BUILD
110110
def_tristate MTD_NAND_OMAP2 && MTD_NAND_OMAP_BCH

0 commit comments

Comments
 (0)