public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: let ARCH_SHMOBILE select PM and PM_RUNTIME
@ 2009-08-19 10:31 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2009-08-19 10:31 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm@igel.co.jp>

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>
---

 For the everchanging sh/pm-runtime topic branch.

 arch/sh/Kconfig |    2 ++
 1 file changed, 2 insertions(+)

--- 0001/arch/sh/Kconfig
+++ work/arch/sh/Kconfig	2009-08-17 18:57:45.000000000 +0900
@@ -219,6 +219,8 @@ config CPU_SHX3
 config ARCH_SHMOBILE
 	bool
 	select ARCH_SUSPEND_POSSIBLE
+	select PM
+	select PM_RUNTIME
 
 if SUPERH32
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-19 10:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-19 10:31 [PATCH] sh: let ARCH_SHMOBILE select PM and PM_RUNTIME Magnus Damm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox