diff options
author | Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> | 2018-12-06 15:47:34 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-12-13 18:07:04 +0300 |
commit | fee10bd2267868f2a3e7ba008ef7665aac5e4412 (patch) | |
tree | ad1da90482099b82d538b336663c7789ad284a9d /drivers/memory/Kconfig | |
parent | b0b41af12a1bf21a45ccfe48da194ee688170d03 (diff) | |
download | linux-fee10bd2267868f2a3e7ba008ef7665aac5e4412.tar.xz |
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/Kconfig')
-rw-r--r-- | drivers/memory/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 63389f075f1d..2d91b00e3591 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -145,6 +145,15 @@ config DA8XX_DDRCTL Texas Instruments da8xx SoCs. It's used to tweak various memory controller configuration options. +config PL353_SMC + tristate "ARM PL35X Static Memory Controller(SMC) driver" + default y + depends on ARM + depends on ARM_AMBA + help + This driver is for the ARM PL351/PL353 Static Memory + Controller(SMC) module. + source "drivers/memory/samsung/Kconfig" source "drivers/memory/tegra/Kconfig" |