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:
d3490df
)
pxa3xx_nand: update dependancy to support ARCH_MMP
author
Haojian Zhuang
<haojian.zhuang@marvell.com>
Thu, 10 Sep 2009 05:49:45 +0000
(13:49 +0800)
committer
Eric Miao
<eric.y.miao@gmail.com>
Tue, 1 Dec 2009 01:02:42 +0000
(09:02 +0800)
MTD_NAND_PXA3xx module is shared between ARCH_PXA and ARCH_MMP. Update
this configuration according to it.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
drivers/mtd/nand/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/Kconfig
b/drivers/mtd/nand/Kconfig
index 2fda0b6152463087afd896f66db2703c9bec5920..8f8e87b7ed64abb97acff5968f8c857e2022e3f3 100644
(file)
--- a/
drivers/mtd/nand/Kconfig
+++ b/
drivers/mtd/nand/Kconfig
@@
-358,7
+358,7
@@
endchoice
config MTD_NAND_PXA3xx
tristate "Support for NAND flash devices on PXA3xx"
- depends on MTD_NAND &&
PXA3xx
+ depends on MTD_NAND &&
(PXA3xx || ARCH_MMP)
help
This enables the driver for the NAND flash device found on
PXA3xx processors