diff options
author | Thierry Reding <treding@nvidia.com> | 2016-11-15 09:52:35 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-11-15 09:52:35 -0500 |
commit | 15326c1ad8b357fe8684a1d00c094b4f985c1808 (patch) | |
tree | 5683d8a72f32a852de88ff7f4aa6ca8be9abbe5c | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
parent | 25a06442656001daac6edca98d868414355ee5b8 (diff) |
Merge branch 'for-4.10/soc' into for-4.10/mailbox
-rw-r--r-- | drivers/soc/tegra/Kconfig | 14 |
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 | |||
77 | controllers, such as GPIO, I2C, SPI, SDHCI, PCIe, SATA and XHCI, to | 77 | controllers, such as GPIO, I2C, SPI, SDHCI, PCIe, SATA and XHCI, to |
78 | name only a few. | 78 | name only a few. |
79 | 79 | ||
80 | config ARCH_TEGRA_186_SOC | ||
81 | bool "NVIDIA Tegra186 SoC" | ||
82 | select MAILBOX | ||
83 | select TEGRA_BPMP | ||
84 | select TEGRA_HSP_MBOX | ||
85 | select TEGRA_IVC | ||
86 | help | ||
87 | Enable support for the NVIDIA Tegar186 SoC. The Tegra186 features a | ||
88 | combination of Denver and Cortex-A57 CPU cores and a GPU based on | ||
89 | the Pascal architecture. It contains an ADSP with a Cortex-A9 CPU | ||
90 | used for audio processing, hardware video encoders/decoders with | ||
91 | multi-format support, ISP for image capture processing and BPMP for | ||
92 | power management. | ||
93 | |||
80 | endif | 94 | endif |
81 | endif | 95 | endif |