diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-02-29 16:19:00 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-02-29 16:19:00 +0100 |
commit | e15cd209fcb5cc8b40997bbd30aaae6e39c2b90c (patch) | |
tree | 8085ce05553af6e952646bf98ef6b70af30b656b /arch/arm64/Kconfig.platforms | |
parent | Merge tag 'renesas-arm64-defconfig-for-v4.6' of git://git.kernel.org/pub/scm/... (diff) | |
parent | arm64: renesas: Enable PM and PM_GENERIC_DOMAINS for SoCs with PM Domains (diff) | |
download | linux-e15cd209fcb5cc8b40997bbd30aaae6e39c2b90c.tar.xz linux-e15cd209fcb5cc8b40997bbd30aaae6e39c2b90c.zip |
Merge tag 'renesas-arm64-soc-for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/arm64
Merge "Renesas ARM64 Based SoC SoC Updates for v4.6" from Simon Horman:
* Enable RENESAS_IRQC, and PM and PM_GENERIC_DOMAINS for SoCs with PM Domains
* tag 'renesas-arm64-soc-for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
arm64: renesas: Enable PM and PM_GENERIC_DOMAINS for SoCs with PM Domains
arm64: renesas: Enable RENESAS_IRQC
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 923055f55575..e9e07077d9b5 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -93,7 +93,9 @@ config ARCH_RENESAS bool "Renesas SoC Platforms" select ARCH_SHMOBILE select PINCTRL - select PM_GENERIC_DOMAINS if PM + select PM + select PM_GENERIC_DOMAINS + select RENESAS_IRQC help This enables support for the ARMv8 based Renesas SoCs. |