From: Jan Weitzel <j.weitzel@phytec.de>
To: linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org
Cc: Artem.Bityutskiy@nokia.com, vimalsingh@ti.com,
Jan Weitzel <j.weitzel@phytec.de>
Subject: [PATCH v2] MTD: Nand: use MTD_NAND_OMAP2 for OMAP4
Date: Wed, 20 Jul 2011 09:28:04 +0200 [thread overview]
Message-ID: <1311146884-22255-1-git-send-email-j.weitzel@phytec.de> (raw)
In-Reply-To: <1311137590.20738.135.camel@sauron>
use MTD_NAND_OMAP2 also for OMAP4 arch.
testes wit omap4430
Signed-off-by: Jan Weitzel <j.weitzel@phytec.de>
---
v2: add menuconfig description
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 4c34252..2a7d305 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -116,10 +116,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
--
1.7.0.4
next prev parent reply other threads:[~2011-07-20 7:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-15 10:52 [PATCH] MTD: Nand: use MTD_NAND_OMAP2 for OMAP4 Jan Weitzel
2011-07-20 4:53 ` Artem Bityutskiy
2011-07-20 7:28 ` Jan Weitzel [this message]
2011-07-22 7:58 ` [PATCH v2] " Artem Bityutskiy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1311146884-22255-1-git-send-email-j.weitzel@phytec.de \
--to=j.weitzel@phytec.de \
--cc=Artem.Bityutskiy@nokia.com \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=vimalsingh@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).