From: Mikko Perttunen Date: Tue, 20 Feb 2018 11:58:07 +0000 (+0200) Subject: soc/tegra: Add Tegra194 SoC configuration option X-Git-Tag: v5.15~9101^2~6^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f9ed07fde03870ec247dcaf244313fe32521545;p=platform%2Fkernel%2Flinux-starfive.git soc/tegra: Add Tegra194 SoC configuration option Add the configuration option to enable support for the Tegra194 system- on-chip. Signed-off-by: Mikko Perttunen Signed-off-by: Thierry Reding --- diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig index 89ebe22..fe44816 100644 --- a/drivers/soc/tegra/Kconfig +++ b/drivers/soc/tegra/Kconfig @@ -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