diff options
-rw-r--r-- | arch/arm64/Kconfig.platforms | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 757220cb1b7f..e011ac0e17a3 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms | |||
@@ -76,7 +76,8 @@ config ARCH_RENESAS | |||
76 | bool "Renesas SoC Platforms" | 76 | bool "Renesas SoC Platforms" |
77 | select ARCH_SHMOBILE | 77 | select ARCH_SHMOBILE |
78 | select PINCTRL | 78 | select PINCTRL |
79 | select PM_GENERIC_DOMAINS if PM | 79 | select PM |
80 | select PM_GENERIC_DOMAINS | ||
80 | select RENESAS_IRQC | 81 | select RENESAS_IRQC |
81 | help | 82 | help |
82 | This enables support for the ARMv8 based Renesas SoCs. | 83 | This enables support for the ARMv8 based Renesas SoCs. |