public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* Subject: [PATCH 3/3] [ARM] OMAP: Adding Support for 2K nand page support on omap2430
@ 2007-07-27 17:16 sshahrom
  2007-07-29 15:18 ` Ram
       [not found] ` <8bf247760707310753h7ca6cb78u3af809454d159a59@mail.gmail.com>
  0 siblings, 2 replies; 5+ messages in thread
From: sshahrom @ 2007-07-27 17:16 UTC (permalink / raw)
  To: linux-omap-open-source


Hi,
Continuing with rest of the patch series on linux.omap.com

Signed-off-by: Shahrom Sharif-Kashani <sshahrom@micron.com>

:100644 100644 295a568... 0000000... M	drivers/mtd/nand/Kconfig
:100644 100644 f9a1f6b... 0000000... M	drivers/mtd/nand/Makefile

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 295a568..31f646f 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -69,6 +69,12 @@ config MTD_NAND_AMS_DELTA
 	help
 	  Support for NAND flash on Amstrad E3 (Delta).
 
+config MTD_NAND_OMAP2
+	tristate "NAND Flash device on OMAP 2420H4/2430SDP boards"
+	depends on ARM && ARCH_OMAP2 && MTD_NAND
+	help
+          Support for NAND flash on Texas Instruments 2430SDP/2420H4 platforms.
+
 config MTD_NAND_OMAP
 	tristate "NAND Flash device on OMAP H3/H2/P2 boards"
 	depends on ARM && ARCH_OMAP1 && MTD_NAND && (MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_PERSEUS2)
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
index f9a1f6b..1539c98 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_MTD_NAND_NANDSIM)		+= nands
 obj-$(CONFIG_MTD_NAND_CS553X)		+= cs553x_nand.o
 obj-$(CONFIG_MTD_NAND_NDFC)		+= ndfc.o
 obj-$(CONFIG_MTD_NAND_OMAP) 		+= omap-nand-flash.o
+obj-$(CONFIG_MTD_NAND_OMAP2) 		+= omap2.o
 obj-$(CONFIG_MTD_NAND_OMAP_HW)		+= omap-hw.o
 obj-$(CONFIG_MTD_NAND_AT91)		+= at91_nand.o
 obj-$(CONFIG_MTD_NAND_CM_X270)		+= cmx270_nand.o

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-08-04 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-27 17:16 Subject: [PATCH 3/3] [ARM] OMAP: Adding Support for 2K nand page support on omap2430 sshahrom
2007-07-29 15:18 ` Ram
2007-07-30 16:12   ` sshahrom
     [not found] ` <8bf247760707310753h7ca6cb78u3af809454d159a59@mail.gmail.com>
     [not found]   ` <809D758398CC1F49AA8E493528AD4A27014DF6B8@ntxsjombx02.micron.com>
2007-08-03 17:16     ` Ram
2007-08-04 13:39       ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox