]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
soc/tegra: Add Tegra186 support
authorJoseph Lo <josephl@nvidia.com>
Tue, 5 Jul 2016 09:04:27 +0000 (17:04 +0800)
committerThierry Reding <treding@nvidia.com>
Tue, 15 Nov 2016 14:50:50 +0000 (15:50 +0100)
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 and
decoders with multi-format support, ISP for image capture processing
and BPMP for power management.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/Kconfig

index 03089ad2fc6574be9af2b236d7c5c3761c971b7e..e5e124c07066b8a0e202cfe2fd17fb71f979e71e 100644 (file)
@@ -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