summaryrefslogtreecommitdiff
path: root/arch/arm/configs/raumfeld_defconfig
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2018-02-19 23:35:52 +0100
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-02-23 21:55:04 +0100
commit349dfe6c85266eb2ddec7587553934169aa5755f (patch)
tree5e76a393f67ec8465136384e45aa509034d0d6ec /arch/arm/configs/raumfeld_defconfig
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff)
mtd: nand: use Marvell reworked NAND controller driver with all platforms
Compile marvell_nand.c instead of pxa3xx_nand.c with all PXA based SoCs. Convert all board files and defconfigs so that the new driver is used everywhere instead of the old one. Board files using CONFIG_MTD_NAND_PXA3xx now use CONFIG_MTD_NAND_MARVELL instead. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Tested-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'arch/arm/configs/raumfeld_defconfig')
-rw-r--r--arch/arm/configs/raumfeld_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/raumfeld_defconfig b/arch/arm/configs/raumfeld_defconfig
index 77a56c23c6ef..2dd56e9a484e 100644
--- a/arch/arm/configs/raumfeld_defconfig
+++ b/arch/arm/configs/raumfeld_defconfig
@@ -33,7 +33,7 @@ CONFIG_NFTL=y
CONFIG_NFTL_RW=y
CONFIG_MTD_BLOCK2MTD=y
CONFIG_MTD_NAND=y
-CONFIG_MTD_NAND_PXA3xx=y
+CONFIG_MTD_NAND_MARVELL=y
CONFIG_MTD_UBI=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_ISL29003=y