Re: [PATCH v2] MTD: Nand: use MTD_NAND_OMAP2 for OMAP4

2011-07-22 Thread Artem Bityutskiy
On Wed, 2011-07-20 at 09:28 +0200, Jan Weitzel wrote:
 use MTD_NAND_OMAP2 also for OMAP4 arch.
 testes wit omap4430
 
 Signed-off-by: Jan Weitzel j.weit...@phytec.de
 ---
 v2: add menuconfig description

Pushed to l2-mtd-2.6.git, thanks.

-- 
Best Regards,
Artem Bityutskiy

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2] MTD: Nand: use MTD_NAND_OMAP2 for OMAP4

2011-07-20 Thread Jan Weitzel
use MTD_NAND_OMAP2 also for OMAP4 arch.
testes wit omap4430

Signed-off-by: Jan Weitzel j.weit...@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

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html