diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-01 22:13:56 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-02 14:29:57 +0200 |
commit | e3e0109138376bb262b8ecf33bad0586fa131925 (patch) | |
tree | 0d078578eecee050041fc5f27976d1b0354712fc /arch/arm/Kconfig | |
parent | 3d5c30367cbc0c55c93bb158e824e00badc7ddc4 (diff) | |
download | blackbird-op-linux-e3e0109138376bb262b8ecf33bad0586fa131925.tar.gz blackbird-op-linux-e3e0109138376bb262b8ecf33bad0586fa131925.zip |
ARM / shmobile: Support for I/O power domains for SH7372 (v9)
Use the generic power domains support introduced by the previous
patch to implement support for power domains on SH7372.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9adc278a22ab..e04fa9d7637c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -642,6 +642,7 @@ config ARCH_SHMOBILE select NO_IOPORT select SPARSE_IRQ select MULTI_IRQ_HANDLER + select PM_GENERIC_DOMAINS if PM help Support for Renesas's SH-Mobile and R-Mobile ARM platforms. |