From: Barry Song <21cnbao@gmail.com>
To: dwmw2@infradead.org
Cc: uclinux-dist-devel@blackfin.uclinux.org,
linux-mtd@lists.infradead.org, Barry Song <21cnbao@gmail.com>
Subject: [PATCH 1/2] let MTD_XIP depend on XIP_KERNEL or ROMKERNEL
Date: Fri, 15 Jan 2010 15:50:13 +0800 [thread overview]
Message-ID: <1263541814-6642-1-git-send-email-21cnbao@gmail.com> (raw)
Some architectures like blackfin,h8300,m68k use ROMKERNEL to describe
kernel XIP, not like arm which uses XIP_KERNEL
Signed-off-by: Barry Song <21cnbao@gmail.com>
---
drivers/mtd/chips/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig
index 35c6a23..6c39451 100644
--- a/drivers/mtd/chips/Kconfig
+++ b/drivers/mtd/chips/Kconfig
@@ -233,7 +233,7 @@ config MTD_ABSENT
config MTD_XIP
bool "XIP aware MTD support"
depends on !SMP && (MTD_CFI_INTELEXT || MTD_CFI_AMDSTD) && EXPERIMENTAL && ARCH_MTD_XIP
- default y if XIP_KERNEL
+ default y if (XIP_KERNEL || ROMKERNEL)
help
This allows MTD support to work with flash memory which is also
used for XIP purposes. If you're not sure what this is all about
--
1.5.6.3
next reply other threads:[~2010-01-15 7:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-15 7:50 Barry Song [this message]
2010-01-15 7:50 ` [PATCH 2/2] mtd-physmap: add support users can assign the probe type in board files Barry Song
2010-05-23 7:23 ` Mike Frysinger
2010-01-15 10:29 ` [PATCH 1/2] let MTD_XIP depend on XIP_KERNEL or ROMKERNEL David Woodhouse
2010-01-15 10:34 ` [Uclinux-dist-devel] " Mike Frysinger
2010-01-16 6:35 ` Barry Song
2010-02-02 5:48 ` Artem Bityutskiy
2010-03-22 5:40 ` Barry Song
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1263541814-6642-1-git-send-email-21cnbao@gmail.com \
--to=21cnbao@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=uclinux-dist-devel@blackfin.uclinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox