diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-25 12:36:44 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-02 09:32:06 +0900 |
commit | 46bff9db49d7995f824add28122e2a694d54d6de (patch) | |
tree | 145ba267608675540d3cef13699a8c071264b489 /arch/arm/mach-shmobile | |
parent | abebbc4a026d8cdceb9f65c497b3db445c8ff5e7 (diff) |
ARM: shmobile: Only select PM_RMOBILE for legacy case
Adjust the ARM mach-shmobile Kconfig bits to only
select PM_RMOBILE in case of legacy. This allows us
to enable partial multiplatform support for various
SoCs before Power Domains DT bindings are finalized.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 9295776ce136..42d9de0b471b 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -21,7 +21,7 @@ config ARCH_RCAR_GEN2 config ARCH_RMOBILE bool - select PM_RMOBILE if PM + select PM_RMOBILE if PM && !ARCH_SHMOBILE_MULTI select SYS_SUPPORTS_SH_CMT select SYS_SUPPORTS_SH_TMU |