On 22/03/2019 12:13, Sameer Pujar wrote: > 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. Reviewed-by: Jon Hunter <jonathanh@xxxxxxxxxx> Tested-by: Jon Hunter <jonathanh@xxxxxxxxxx> Cheers Jon -- nvpublic