Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1691868

[PATCH 1/2] mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platforms

From Gregory CLEMENT <gregory.clement@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platforms
Date 2017-07-19 17:40 +0200
Message-ID <u4ZeV-222-1@gated-at.bofh.it> (permalink)
References <u4ZeV-222-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 drivers/mtd/nand/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index dbfa72d61d5a..ca42503e42f7 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -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).
-- 
2.13.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platforms Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-07-19 17:40 +0200
  Re: [PATCH 1/2] mtd: nand: pxa3xx_nand: enable building on mvebu  64-bit platforms Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - 2017-07-19 17:50 +0200

csiph-web