summaryrefslogtreecommitdiff
path: root/drivers/mtd/parsers/Makefile
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2021-01-04 07:11:35 +0300
committerMiquel Raynal <miquel.raynal@bootlin.com>2021-01-04 14:11:28 +0300
commit803eb124e1a64e42888542c3444bfe6dac412c7f (patch)
treeae6a0513ab04c20767f1c75bc1f4ecd5893416c1 /drivers/mtd/parsers/Makefile
parent5f327f08192e2ff957ea43a2b4a2659663320483 (diff)
downloadlinux-803eb124e1a64e42888542c3444bfe6dac412c7f.tar.xz
mtd: parsers: Add Qcom SMEM parser
NAND based Qualcomm platforms have the partition table populated in the Shared Memory (SMEM). Hence, add a parser for parsing the partitions from it. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20210104041137.113075-3-manivannan.sadhasivam@linaro.org
Diffstat (limited to 'drivers/mtd/parsers/Makefile')
-rw-r--r--drivers/mtd/parsers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/parsers/Makefile b/drivers/mtd/parsers/Makefile
index b0c5f62f9e85..50eb0b0a2210 100644
--- a/drivers/mtd/parsers/Makefile
+++ b/drivers/mtd/parsers/Makefile
@@ -9,3 +9,4 @@ obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
obj-$(CONFIG_MTD_PARSER_TRX) += parser_trx.o
obj-$(CONFIG_MTD_SHARPSL_PARTS) += sharpslpart.o
obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
+obj-$(CONFIG_MTD_QCOMSMEM_PARTS) += qcomsmempart.o