diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-16 02:43:42 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-16 02:43:42 -0400 |
commit | 59fe700dcbf3d6257ae86ca8c0192fc64b2eea1c (patch) | |
tree | a11fe0550d5d930c54cb22bf3ee8b9014b699d6a /arch/sh/Kconfig | |
parent | 6a3395beb99d7ae882ddf701c6fa6005ad7edebf (diff) |
sh: Have SH7724 select ARCH_SHMOBILE.
This is an SH-Mobile CPU, so select ARCH_SHMOBILE. This enables all of
the PM functionality, amongst other things.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 505d1acbd0ad..4c68fdedfa10 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -351,6 +351,7 @@ config CPU_SUBTYPE_SH7724 | |||
351 | bool "Support SH7724 processor" | 351 | bool "Support SH7724 processor" |
352 | select CPU_SH4A | 352 | select CPU_SH4A |
353 | select CPU_SHX2 | 353 | select CPU_SHX2 |
354 | select ARCH_SHMOBILE | ||
354 | select ARCH_SPARSEMEM_ENABLE | 355 | select ARCH_SPARSEMEM_ENABLE |
355 | select SYS_SUPPORTS_CMT | 356 | select SYS_SUPPORTS_CMT |
356 | help | 357 | help |