diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2009-09-10 13:49:45 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-12-01 09:02:42 +0800 |
commit | 171d0fbee2b80cd21ff590449a05a48c1dc917b8 (patch) | |
tree | e2c41f9c3914b02e6e44485f1900f5c5d0b83fe0 /drivers/mtd | |
parent | d3490dfdbc453a16bc7f3cff731c9f7851735ab3 (diff) | |
download | linux-3.10-171d0fbee2b80cd21ff590449a05a48c1dc917b8.tar.gz linux-3.10-171d0fbee2b80cd21ff590449a05a48c1dc917b8.tar.bz2 linux-3.10-171d0fbee2b80cd21ff590449a05a48c1dc917b8.zip |
pxa3xx_nand: update dependancy to support ARCH_MMP
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>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 2fda0b61524..8f8e87b7ed6 100644 --- 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 |