aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSameer Pujar <spujar@nvidia.com>2019-03-22 08:13:03 -0400
committerThierry Reding <treding@nvidia.com>2019-05-08 08:41:25 -0400
commit2e988a83874b689f9e095cf60b40f1a8aff6731a (patch)
tree01ed5202b8d7bbdf7d9eda586d37c1c061821293
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff)
arm64: tegra: Select ARM_GIC_PM
Enable ARM_GIC_PM for 64-bit Tegra devices. This is required to ensure that the driver gets built into kernel and helps to register the AGIC device when enabled in DT. Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--arch/arm64/Kconfig.platforms1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 70498a033cf5..7d9464c6a463 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -209,6 +209,7 @@ config ARCH_SYNQUACER
209config ARCH_TEGRA 209config ARCH_TEGRA
210 bool "NVIDIA Tegra SoC Family" 210 bool "NVIDIA Tegra SoC Family"
211 select ARCH_HAS_RESET_CONTROLLER 211 select ARCH_HAS_RESET_CONTROLLER
212 select ARM_GIC_PM
212 select CLKDEV_LOOKUP 213 select CLKDEV_LOOKUP
213 select CLKSRC_MMIO 214 select CLKSRC_MMIO
214 select TIMER_OF 215 select TIMER_OF