diff options
author | Roger Quadros <rogerq@ti.com> | 2014-10-01 07:33:30 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-10-07 02:40:09 -0400 |
commit | 8b3d58e554453ab858bbb169d93b7321bdc628d4 (patch) | |
tree | 1cca1cab1bd4ae5e86996de91df5a58db9a4986b | |
parent | e7cd6824fd4105ff164aabc3767f195d1f6e4025 (diff) |
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@ti.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
-rw-r--r-- | drivers/mtd/nand/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 1cb4b1ba59ec..dd10646982ae 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -104,7 +104,7 @@ config MTD_NAND_OMAP_BCH | |||
104 | locate and correct errors when using BCH ECC scheme. This offloads | 104 | locate and correct errors when using BCH ECC scheme. This offloads |
105 | the cpu from doing ECC error searching and correction. However some | 105 | the cpu from doing ECC error searching and correction. However some |
106 | legacy OMAP families like OMAP2xxx, OMAP3xxx do not have ELM engine | 106 | 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. |
108 | 108 | ||
109 | config MTD_NAND_OMAP_BCH_BUILD | 109 | config MTD_NAND_OMAP_BCH_BUILD |
110 | def_tristate MTD_NAND_OMAP2 && MTD_NAND_OMAP_BCH | 110 | def_tristate MTD_NAND_OMAP2 && MTD_NAND_OMAP_BCH |