Skip to content

Commit

Permalink
mtd: use MTD_NAND_OMAP2 for OMAP4
Browse files Browse the repository at this point in the history
use MTD_NAND_OMAP2 also for OMAP4 arch.
testes with omap4430

Signed-off-by: Jan Weitzel <j.weitzel@phytec.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
  • Loading branch information
Jan Weitzel authored and Artem Bityutskiy committed Sep 11, 2011
1 parent 022bba8 commit 46a00d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions drivers/mtd/nand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46a00d8

Please sign in to comment.