summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/tegra/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-02-07 12:50:06 +0100
committerThierry Reding <treding@nvidia.com>2019-02-07 18:52:39 +0100
commitfe45ab552955ee93b492cbf86603eb02b3c77a66 (patch)
treeee25d24ad2ed84cacb2c31767f96fecb9c670af6 /drivers/firmware/tegra/Makefile
parentfirmware: tegra: Conditionally support SoC generations (diff)
downloadlinux-fe45ab552955ee93b492cbf86603eb02b3c77a66.tar.xz
linux-fe45ab552955ee93b492cbf86603eb02b3c77a66.zip
firmware/tegra: Enable Tegra186 BPMP support on Tegra194
The BPMP implementation on Tegra194 is mostly compatible with the implementation on Tegra186, so make sure the latter is available when support for Tegra194 is enabled. Suggested-by: Timo Alho <talho@nvidia.com> Reviewed-by: Timo Alho <talho@nvidia.com> Tested-by: Timo Alho <talho@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/firmware/tegra/Makefile')
-rw-r--r--drivers/firmware/tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/tegra/Makefile b/drivers/firmware/tegra/Makefile
index ba45e58f7647..676b01caff05 100644
--- a/drivers/firmware/tegra/Makefile
+++ b/drivers/firmware/tegra/Makefile
@@ -1,6 +1,7 @@
tegra-bpmp-y = bpmp.o
tegra-bpmp-$(CONFIG_ARCH_TEGRA_210_SOC) += bpmp-tegra210.o
tegra-bpmp-$(CONFIG_ARCH_TEGRA_186_SOC) += bpmp-tegra186.o
+tegra-bpmp-$(CONFIG_ARCH_TEGRA_194_SOC) += bpmp-tegra186.o
tegra-bpmp-$(CONFIG_DEBUG_FS) += bpmp-debugfs.o
obj-$(CONFIG_TEGRA_BPMP) += tegra-bpmp.o
obj-$(CONFIG_TEGRA_IVC) += ivc.o