diff options
author | Thierry Reding <treding@nvidia.com> | 2020-09-17 13:07:52 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-09-18 16:58:07 +0300 |
commit | 639448912ba17a9af9e759efbab37d36c6e29dea (patch) | |
tree | 88226bd8a2d4fd177f512510cac1578a4c78f00f /drivers/soc | |
parent | 2b9ee384b450d4b8b7a44806f382e43f61a47a4c (diff) | |
download | linux-639448912ba17a9af9e759efbab37d36c6e29dea.tar.xz |
arm64: tegra: Initial Tegra234 VDK support
The NVIDIA Tegra234 VDK is a simulation platform for the Orin SoC. It
supports a subset of the peripherals that will be available in the final
chip and serves as a bootstrapping platform.
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/tegra/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig index 6bc603d0b9d9..976dee036470 100644 --- a/drivers/soc/tegra/Kconfig +++ b/drivers/soc/tegra/Kconfig @@ -119,6 +119,16 @@ config ARCH_TEGRA_194_SOC help Enable support for the NVIDIA Tegra194 SoC. +config ARCH_TEGRA_234_SOC + bool "NVIDIA Tegra234 SoC" + select MAILBOX + select TEGRA_BPMP + select TEGRA_HSP_MBOX + select TEGRA_IVC + select SOC_TEGRA_PMC + help + Enable support for the NVIDIA Tegra234 SoC. + endif endif |