From: Mikko Perttunen Date: Tue, 20 Feb 2018 11:58:07 +0000 (+0200) Subject: soc/tegra: Add Tegra194 SoC configuration option X-Git-Tag: v4.17-rc1~103^2~6^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f9ed07fde03870ec247dcaf244313fe32521545;p=thirdparty%2Fkernel%2Flinux.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 89ebe22a3e27d..fe4481676da6a 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