]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platforms
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 19 Jul 2017 15:31:25 +0000 (17:31 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 23 Aug 2017 14:49:18 +0000 (16:49 +0200)
The controller supported by the pxa3xx_nand driver is also available on
the mvebu 64-bit SoCs, such as the Armada 7K and Armada 8K SoCs. This
patch updates the Kconfig dependency to allow building the kernel for
this SoC family too.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/Kconfig

index dbfa72d61d5aa7b955e6d0728b127f69e79b3012..3f2036f31da47ae7209365c31aab0bb363b6940f 100644 (file)
@@ -315,7 +315,7 @@ config MTD_NAND_ATMEL
 
 config MTD_NAND_PXA3xx
        tristate "NAND support on PXA3xx and Armada 370/XP"
-       depends on PXA3xx || ARCH_MMP || PLAT_ORION
+       depends on PXA3xx || ARCH_MMP || PLAT_ORION || ARCH_MVEBU
        help
          This enables the driver for the NAND flash device found on
          PXA3xx processors (NFCv1) and also on Armada 370/XP (NFCv2).