mtd: nand: omap: remove selection of BCH ecc-scheme via KConfig
authorPekon Gupta <pekon@ti.com>
Thu, 24 Oct 2013 12:50:26 +0000 (18:20 +0530)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 7 Nov 2013 07:33:11 +0000 (23:33 -0800)
commit90c9c955db75f4f85db1f6b4fe17fbc3bcd513b3
tree968b9b6c8cda4af911ea783005fa9f9ac402ad33
parent70ba6d71ddcde8aa5a6e2b7f616e77b4bb96b984
mtd: nand: omap: remove selection of BCH ecc-scheme via KConfig

With OMAP NAND driver updates, selection of ecc-scheme:
*DT enabled kernel*
  depends on ti,nand-ecc-opt and ti,elm-id DT bindings.
*Non DT enabled kernel*
depends on elm_dev and ecc-scheme passed along with platform-data
from board file.

So, selection of ecc-scheme (BCH8 or BCH4) from KConfig can be removed

Signed-off-by: Pekon Gupta <pekon@ti.com>
Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/Kconfig