summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-03-23 10:46:28 +0100
committerThierry Reding <treding@nvidia.com>2015-12-14 10:50:33 +0100
commita134789a67480e6cc7e50c9dfcbc7adca5016010 (patch)
treefaf701e52855836f342411e07dc6d636b67e4fe5 /drivers/gpu/host1x/Makefile
parente3e70814cebb0beec47dd38e60f89850950a2903 (diff)
gpu: host1x: Add Tegra210 support
The host1x unit found in Tegra210 SoCs is very similar to the unit in Tegra124, but it has 2 additional channels for a total of 14 channels. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/Makefile')
-rw-r--r--drivers/gpu/host1x/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile
index c1189f004441..a1d9974cfcb5 100644
--- a/drivers/gpu/host1x/Makefile
+++ b/drivers/gpu/host1x/Makefile
@@ -10,6 +10,7 @@ host1x-y = \
mipi.o \
hw/host1x01.o \
hw/host1x02.o \
- hw/host1x04.o
+ hw/host1x04.o \
+ hw/host1x05.o
obj-$(CONFIG_TEGRA_HOST1X) += host1x.o