aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2016-11-15 15:52:35 +0100
committerThierry Reding <treding@nvidia.com>2016-11-15 15:52:35 +0100
commit15326c1ad8b357fe8684a1d00c094b4f985c1808 (patch)
tree5683d8a72f32a852de88ff7f4aa6ca8be9abbe5c
parentLinux 4.9-rc1 (diff)
parentsoc/tegra: Add Tegra186 support (diff)
downloadwireguard-linux-15326c1ad8b357fe8684a1d00c094b4f985c1808.tar.xz
wireguard-linux-15326c1ad8b357fe8684a1d00c094b4f985c1808.zip
Merge branch 'for-4.10/soc' into for-4.10/mailbox
Diffstat (limited to '')
-rw-r--r--drivers/soc/tegra/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig
index 03089ad2fc65..e5e124c07066 100644
--- a/drivers/soc/tegra/Kconfig
+++ b/drivers/soc/tegra/Kconfig
@@ -77,5 +77,19 @@ config ARCH_TEGRA_210_SOC
controllers, such as GPIO, I2C, SPI, SDHCI, PCIe, SATA and XHCI, to
name only a few.
+config ARCH_TEGRA_186_SOC
+ bool "NVIDIA Tegra186 SoC"
+ select MAILBOX
+ select TEGRA_BPMP
+ select TEGRA_HSP_MBOX
+ select TEGRA_IVC
+ help
+ Enable support for the NVIDIA Tegar186 SoC. The Tegra186 features a
+ combination of Denver and Cortex-A57 CPU cores and a GPU based on
+ the Pascal architecture. It contains an ADSP with a Cortex-A9 CPU
+ used for audio processing, hardware video encoders/decoders with
+ multi-format support, ISP for image capture processing and BPMP for
+ power management.
+
endif
endif