soc/tegra: Add Tegra194 SoC configuration option
authorMikko Perttunen <mperttunen@nvidia.com>
Tue, 20 Feb 2018 11:58:07 +0000 (13:58 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 8 Mar 2018 15:44:01 +0000 (16:44 +0100)
Add the configuration option to enable support for the Tegra194 system-
on-chip.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/Kconfig

index 89ebe22..fe44816 100644 (file)
@@ -104,6 +104,16 @@ config ARCH_TEGRA_186_SOC
          multi-format support, ISP for image capture processing and BPMP for
          power management.
 
+config ARCH_TEGRA_194_SOC
+       bool "NVIDIA Tegra194 SoC"
+       select MAILBOX
+       select TEGRA_BPMP
+       select TEGRA_HSP_MBOX
+       select TEGRA_IVC
+       select SOC_TEGRA_PMC
+       help
+         Enable support for the NVIDIA Tegra194 SoC.
+
 endif
 endif