summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/ingenic/Makefile
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2019-03-19 15:54:01 +0100
committerMiquel Raynal <miquel.raynal@bootlin.com>2019-04-08 10:21:06 +0200
commit3e6ac2ad90b351f040d9f8b05da40487f0f35cfe (patch)
tree4e1f8f78980cc95718aa3e3a3e1ef526f9af02d4 /drivers/mtd/nand/raw/ingenic/Makefile
parenta0ac778eb82c43b74d50cb0e31815bf5f24b295c (diff)
mtd: rawnand: ingenic: Add support for the JZ4725B
The boot ROM of the JZ4725B SoC expects a specific OOB layout on the NAND, so we use it unconditionally in the ingenic-nand driver. Also add the jz4725b-bch driver to support the JZ4725B-specific BCH hardware. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd/nand/raw/ingenic/Makefile')
-rw-r--r--drivers/mtd/nand/raw/ingenic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/ingenic/Makefile b/drivers/mtd/nand/raw/ingenic/Makefile
index 563b7effcf59..ab2c5f47e5b7 100644
--- a/drivers/mtd/nand/raw/ingenic/Makefile
+++ b/drivers/mtd/nand/raw/ingenic/Makefile
@@ -3,4 +3,5 @@ obj-$(CONFIG_MTD_NAND_JZ4780) += ingenic_nand.o
obj-$(CONFIG_MTD_NAND_INGENIC_ECC) += ingenic_ecc.o
obj-$(CONFIG_MTD_NAND_JZ4740_ECC) += jz4740_ecc.o
+obj-$(CONFIG_MTD_NAND_JZ4725B_BCH) += jz4725b_bch.o
obj-$(CONFIG_MTD_NAND_JZ4780_BCH) += jz4780_bch.o