projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f927a
)
[MTD] Make XIP support depend on CONFIG_ARM
author
Thomas Gleixner
<tglx@tglx.tec.linutronix.de>
Tue, 12 Jul 2005 15:51:06 +0000
(17:51 +0200)
committer
Thomas Gleixner
<tglx@mtd.linutronix.de>
Tue, 12 Jul 2005 15:51:06 +0000
(17:51 +0200)
ARM is the only known user of this at the moment.
Prevent allyes builds for other archs from failing
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/mtd/chips/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/chips/Kconfig
b/drivers/mtd/chips/Kconfig
index b5dc59389bb363886f4b6023ca54a3106da2d31c..df95d2158b167cef5946395e25778c323db6db13 100644
(file)
--- a/
drivers/mtd/chips/Kconfig
+++ b/
drivers/mtd/chips/Kconfig
@@
-300,7
+300,7
@@
config MTD_JEDEC
config MTD_XIP
bool "XIP aware MTD support"
- depends on !SMP && (MTD_CFI_INTELEXT || MTD_CFI_AMDSTD) && EXPERIMENTAL
+ depends on !SMP && (MTD_CFI_INTELEXT || MTD_CFI_AMDSTD) && EXPERIMENTAL
&& ARM
default y if XIP_KERNEL
help
This allows MTD support to work with flash memory which is also