mtd: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Mon Jan 9 13:59:02 EST 2012
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=12f049bd59676a672f529586b9b13c986c4bf40f
Commit: 12f049bd59676a672f529586b9b13c986c4bf40f
Parent: 8e987465a137d4824710e02550f06aa891c9b865
Author: Shubhrajyoti D <shubhrajyoti at ti.com>
AuthorDate: Wed Nov 16 10:48:00 2011 +0530
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Mon Jan 9 18:07:04 2012 +0000
mtd: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS
Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS instead of
oring with ARCH2/3/4.
Reported-by: Russell King <rmk+kernel at arm.linux.org.uk>
Signed-off-by: Shubhrajyoti D <shubhrajyoti at ti.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
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 cce7b70..07c4774 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -110,7 +110,7 @@ config MTD_NAND_AMS_DELTA
config MTD_NAND_OMAP2
tristate "NAND Flash device on OMAP2, OMAP3 and OMAP4"
- depends on ARM && (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4)
+ depends on ARCH_OMAP2PLUS
help
Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4
platforms.
More information about the linux-mtd-cvs
mailing list