mvebu: backport mainline patches from kernel 3.13
[openwrt.git] / target / linux / mvebu / patches-3.10 / 0158-mtd-nand-Allow-to-build-pxa3xx_nand-on-Orion-platfor.patch
1 From 933f5de151614aee0f7b1f664f86b04f3773a075 Mon Sep 17 00:00:00 2001
2 From: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
3 Date: Mon, 12 Aug 2013 14:14:59 -0300
4 Subject: [PATCH 158/203] mtd: nand: Allow to build pxa3xx_nand on Orion
5  platforms
6
7 The Armada 370 and Armada XP SoC families, selected by PLAT_ORION,
8 have a Nand Flash Controller (NFC) IP very similar to the one present
9 in PXA platforms. Therefore, we want to build this driver on PLAT_ORION.
10
11 Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
12 Tested-by: Daniel Mack <zonque@gmail.com>
13 Signed-off-by: Brian Norris <computersforpeace@gmail.com>
14 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
15 ---
16  drivers/mtd/nand/Kconfig | 2 +-
17  1 file changed, 1 insertion(+), 1 deletion(-)
18
19 --- a/drivers/mtd/nand/Kconfig
20 +++ b/drivers/mtd/nand/Kconfig
21 @@ -354,7 +354,7 @@ config MTD_NAND_ATMEL
22  
23  config MTD_NAND_PXA3xx
24         tristate "Support for NAND flash devices on PXA3xx"
25 -       depends on PXA3xx || ARCH_MMP
26 +       depends on PXA3xx || ARCH_MMP || PLAT_ORION
27         help
28           This enables the driver for the NAND flash device found on
29           PXA3xx processors