Skip to content

Commit

Permalink
[MTD] [OneNAND] Add OMAP2 / OMAP3 OneNAND driver
Browse files Browse the repository at this point in the history
This driver had resided in the OMAP tree but is now to be in MTD.

Original authors were:
	Jarkko Lavinen <jarkko.lavinen@nokia.com> and Juha Yrjölä
	IRQ and DMA support written by Timo Teras

Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Adrian Hunter authored and David Woodhouse committed Aug 12, 2008
1 parent bb0eb21 commit 36cd4fb
Show file tree
Hide file tree
Showing 4 changed files with 791 additions and 1 deletion.
7 changes: 7 additions & 0 deletions drivers/mtd/onenand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ config MTD_ONENAND_GENERIC
help
Support for OneNAND flash via platform device driver.

config MTD_ONENAND_OMAP2
tristate "OneNAND on OMAP2/OMAP3 support"
depends on MTD_ONENAND && (ARCH_OMAP2 || ARCH_OMAP3)
help
Support for a OneNAND flash device connected to an OMAP2/OMAP3 CPU
via the GPMC memory controller.

config MTD_ONENAND_OTP
bool "OneNAND OTP Support"
select HAVE_MTD_OTP
Expand Down
1 change: 1 addition & 0 deletions drivers/mtd/onenand/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ obj-$(CONFIG_MTD_ONENAND) += onenand.o

# Board specific.
obj-$(CONFIG_MTD_ONENAND_GENERIC) += generic.o
obj-$(CONFIG_MTD_ONENAND_OMAP2) += omap2.o

# Simulator
obj-$(CONFIG_MTD_ONENAND_SIM) += onenand_sim.o
Expand Down
Loading

0 comments on commit 36cd4fb

Please sign in to comment.