diff mbox series

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

Message ID 1553256785-20333-2-git-send-email-spujar@nvidia.com
State Accepted
Headers show
Series build support and fixes for gic-pm | expand

Commit Message

Sameer Pujar March 22, 2019, 12:13 p.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(+)

Comments

Jon Hunter March 22, 2019, 2:44 p.m. UTC | #1
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@nvidia.com>
> ---
>  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@nvidia.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>

Cheers
Jon
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.