diff mbox series

[v2,1/3] arm64: tegra: select ARM_GIC_PM

Message ID 1552549994-16871-2-git-send-email-spujar@nvidia.com
State Changes Requested
Headers show
Series build support and fixes for gic-pm | expand

Commit Message

Sameer Pujar March 14, 2019, 7:53 a.m. UTC
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>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 70498a0..64c73c2 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -218,6 +218,7 @@  config ARCH_TEGRA
 	select PM
 	select PM_GENERIC_DOMAINS
 	select RESET_CONTROLLER
+	select ARM_GIC_PM
 	help
 	  This enables support for the NVIDIA Tegra SoC family.