summaryrefslogtreecommitdiff
path: root/drivers/ram/Makefile
diff options
context:
space:
mode:
authorKevin Scholz <k-scholz@ti.com>2019-10-07 16:56:36 +0300
committerTom Rini <trini@konsulko.com>2019-10-26 00:33:21 +0300
commit3bb3f266ee617384bb282a6818f675b5aca5c371 (patch)
tree184c684cc6665b06ad5d491bb0cee94371750bd6 /drivers/ram/Makefile
parentffb6b8e540f9badfeba188663c96aa4980f41612 (diff)
downloadu-boot-3bb3f266ee617384bb282a6818f675b5aca5c371.tar.xz
ram: k3-j721e: Add support for J721E DDR controller
The J721E DDR subsystem comprises DDR controller, DDR PHY and wrapper logic to integrate these blocks in the device. The DDR subsystem is used to provide an interface to external SDRAM devices which can be utilized for storing program or data. Introduce support for the DDR controller and DDR phy within the DDR subsystem. Signed-off-by: Kevin Scholz <k-scholz@ti.com Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'drivers/ram/Makefile')
-rw-r--r--drivers/ram/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ram/Makefile b/drivers/ram/Makefile
index 976ec66df7..4b77969b39 100644
--- a/drivers/ram/Makefile
+++ b/drivers/ram/Makefile
@@ -14,3 +14,4 @@ obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
obj-$(CONFIG_K3_AM654_DDRSS) += k3-am654-ddrss.o
obj-$(CONFIG_ARCH_MEDIATEK) += mediatek/
+obj-$(CONFIG_K3_J721E_DDRSS) += k3-j721e/