sh: let ARCH_SHMOBILE select PM and PM_RUNTIME
authorMagnus Damm <damm@igel.co.jp>
Wed, 19 Aug 2009 10:31:53 +0000 (10:31 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 23 Aug 2009 09:03:20 +0000 (18:03 +0900)
With the Runtime PM driver changes in place, we must have
Runtime PM support in place. Otherwise there is no way to
enable clocks to the Runtime PM enabled hardware blocks.
This patch makes Runtime PM mandatory on SuperH Mobile.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig

index c4a955d2545176c3962e89abe29b70ef831c3d93..2a16014d9de37405e2355ee06fff3e10a6e9ab63 100644 (file)
@@ -219,6 +219,8 @@ config CPU_SHX3
 config ARCH_SHMOBILE
        bool
        select ARCH_SUSPEND_POSSIBLE
+       select PM
+       select PM_RUNTIME
 
 if SUPERH32
 
This page took 0.025106 seconds and 5 git commands to generate.