From: Ezequiel Garcia Date: Fri, 25 Oct 2013 10:17:55 +0000 (-0300) Subject: mtd: nand: omap2: Fix OMAP_BCH option dependency X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=43b77693be6d222561283adfcd06ec3813770ea4;p=deliverable%2Flinux.git 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 Acked-by: Pekon Gupta Signed-off-by: Brian Norris --- diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 93ae6a6d94f7..8dd72b420dd2 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -95,7 +95,7 @@ config MTD_NAND_OMAP2 platforms. config MTD_NAND_OMAP_BCH - depends on MTD_NAND && MTD_NAND_OMAP2 && ARCH_OMAP3 + depends on MTD_NAND_OMAP2 tristate "Support hardware based BCH error correction" default n select BCH