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@xxxxxxxxxx> --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) 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. -- 2.7.4