]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand: omap2: Fix OMAP_BCH option dependency
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Fri, 25 Oct 2013 10:17:55 +0000 (07:17 -0300)
committerBrian Norris <computersforpeace@gmail.com>
Fri, 22 Nov 2013 22:12:45 +0000 (14:12 -0800)
commit28b0b889a119ec84e1916be5e1b2b163335a6878
tree6a5b50ed1b2ed261851dc8b638c29482b5c3b746
parentb5b60c3ca73d068c0788b904d876ada5948210af
mtd: nand: omap2: Fix OMAP_BCH option dependency

This option does not need to depend in MTD_NAND, for it's enclosed
under it. Also, it's wrong to make it depend in ARCH_OMAP3 only
since the controller is used in a wider range of SoCs.

Instead, just leave the dependency on the OMAP2 driver option.

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