diff options
author | Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> | 2018-12-06 18:17:34 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-12-13 16:07:04 +0100 |
commit | fee10bd2267868f2a3e7ba008ef7665aac5e4412 (patch) | |
tree | ad1da90482099b82d538b336663c7789ad284a9d /drivers/memory/Makefile | |
parent | b0b41af12a1bf21a45ccfe48da194ee688170d03 (diff) | |
download | linux-fee10bd2267868f2a3e7ba008ef7665aac5e4412.tar.bz2 |
memory: pl353: Add driver for arm pl353 static memory controller
Add driver for arm pl353 static memory controller. This controller is used in
Xilinx Zynq SoC for interfacing the NAND and NOR/SRAM memory devices.
Signed-off-by: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/memory/Makefile')
-rw-r--r-- | drivers/memory/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile index a01ab3e22f94..90161dec6fa5 100644 --- a/drivers/memory/Makefile +++ b/drivers/memory/Makefile @@ -19,6 +19,7 @@ obj-$(CONFIG_MVEBU_DEVBUS) += mvebu-devbus.o obj-$(CONFIG_JZ4780_NEMC) += jz4780-nemc.o obj-$(CONFIG_MTK_SMI) += mtk-smi.o obj-$(CONFIG_DA8XX_DDRCTL) += da8xx-ddrctl.o +obj-$(CONFIG_PL353_SMC) += pl353-smc.o obj-$(CONFIG_SAMSUNG_MC) += samsung/ obj-$(CONFIG_TEGRA_MC) += tegra/ |