mtd: use MTD_NAND_OMAP2 for OMAP4

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Nov 7 11:59:29 EST 2011


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=46a00d83ffb0d040f18068234e0eda8332c1e798
Commit:     46a00d83ffb0d040f18068234e0eda8332c1e798
Parent:     022bba8a301c4218c358e949af339e55e3540d9c
Author:     Jan Weitzel <j.weitzel at phytec.de>
AuthorDate: Wed Jul 20 09:28:04 2011 +0200
Committer:  Artem Bityutskiy <artem.bityutskiy at intel.com>
CommitDate: Sun Sep 11 15:02:16 2011 +0300

    mtd: use MTD_NAND_OMAP2 for OMAP4
    
    use MTD_NAND_OMAP2 also for OMAP4 arch.
    testes with omap4430
    
    Signed-off-by: Jan Weitzel <j.weitzel at phytec.de>
    Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
 drivers/mtd/nand/Kconfig |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 17235d0..7ec5b49 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -109,10 +109,11 @@ config MTD_NAND_AMS_DELTA
 	  Support for NAND flash on Amstrad E3 (Delta).
 
 config MTD_NAND_OMAP2
-	tristate "NAND Flash device on OMAP2 and OMAP3"
-	depends on ARM && (ARCH_OMAP2 || ARCH_OMAP3)
+	tristate "NAND Flash device on OMAP2, OMAP3 and OMAP4"
+	depends on ARM && (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4)
 	help
-          Support for NAND flash on Texas Instruments OMAP2 and OMAP3 platforms.
+          Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4
+	  platforms.
 
 config MTD_NAND_IDS
 	tristate



More information about the linux-mtd-cvs mailing list