Commit b89acaf8 authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven
Browse files

soc: renesas: Kconfig: Explicitly select PM and PM_GENERIC_DOMAINS configs



Explicitly select PM and PM_GENERIC_DOMAINS configs for ARCH_R9A07G044
and ARCH_R9A07G054 configs.  PM and PM_GENERIC_DOMAINS configs are
required for RZ/{G2L,V2L} SoC without these configs the SMARC EVK's
won't boot.

Signed-off-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20220221222450.5393-1-prabhakar.mahadev-lad.rj@bp.renesas.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent cb5508e4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -293,11 +293,15 @@ config ARCH_R8A774B1

config ARCH_R9A07G044
	bool "ARM64 Platform support for RZ/G2L"
	select PM
	select PM_GENERIC_DOMAINS
	help
	  This enables support for the Renesas RZ/G2L SoC variants.

config ARCH_R9A07G054
	bool "ARM64 Platform support for RZ/V2L"
	select PM
	select PM_GENERIC_DOMAINS
	help
	  This enables support for the Renesas RZ/V2L SoC variants.