Skip to content

Commit

Permalink
[MTD] XIP for AMD CFI flash.
Browse files Browse the repository at this point in the history
Author: Vitaly Wool <vwool@ru.mvista.com>
Signed-off-by: Todd Poynor <tpoynor@mvista.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Todd Poynor authored and Thomas Gleixner committed Jun 29, 2005
1 parent 0dfc624 commit 02b15e3
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 111 deletions.
4 changes: 2 additions & 2 deletions drivers/mtd/chips/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# drivers/mtd/chips/Kconfig
# $Id: Kconfig,v 1.14 2005/02/08 17:11:15 nico Exp $
# $Id: Kconfig,v 1.15 2005/06/06 23:04:35 tpoynor Exp $

menu "RAM/ROM/Flash chip drivers"
depends on MTD!=n
Expand Down Expand Up @@ -300,7 +300,7 @@ config MTD_JEDEC

config MTD_XIP
bool "XIP aware MTD support"
depends on !SMP && MTD_CFI_INTELEXT && EXPERIMENTAL
depends on !SMP && (MTD_CFI_INTELEXT || MTD_CFI_AMDSTD) && EXPERIMENTAL
default y if XIP_KERNEL
help
This allows MTD support to work with flash memory which is also
Expand Down
Loading

0 comments on commit 02b15e3

Please sign in to comment.