summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzequiel Garcia2013-08-12 19:14:59 +0200
committerDavid Woodhouse2013-08-30 22:35:03 +0200
commit0d58f6ee0106256c47db9640141469d1ed80819a (patch)
treee686597e4378a144d103fa068cb4fdb1570006ea
parentmtd: nand: pxa3xx: Allow devices with no dma resources (diff)
downloadkernel-qcow2-linux-0d58f6ee0106256c47db9640141469d1ed80819a.tar.gz
kernel-qcow2-linux-0d58f6ee0106256c47db9640141469d1ed80819a.tar.xz
kernel-qcow2-linux-0d58f6ee0106256c47db9640141469d1ed80819a.zip
mtd: nand: Allow to build pxa3xx_nand on Orion platforms
The Armada 370 and Armada XP SoC families, selected by PLAT_ORION, have a Nand Flash Controller (NFC) IP very similar to the one present in PXA platforms. Therefore, we want to build this driver on PLAT_ORION. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Tested-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-rw-r--r--drivers/mtd/nand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 5ef8f5e848c3..86c135b14cb3 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -354,7 +354,7 @@ config MTD_NAND_ATMEL
config MTD_NAND_PXA3xx
tristate "Support for NAND flash devices on PXA3xx"
- depends on PXA3xx || ARCH_MMP
+ depends on PXA3xx || ARCH_MMP || PLAT_ORION
help
This enables the driver for the NAND flash device found on
PXA3xx processors