aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-04-16 15:43:42 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-04-16 15:43:42 +0900
commit59fe700dcbf3d6257ae86ca8c0192fc64b2eea1c (patch)
treea11fe0550d5d930c54cb22bf3ee8b9014b699d6a /arch/sh/Kconfig
parentsh: sh7724: Add CMT clockevents support. (diff)
downloadlinux-dev-59fe700dcbf3d6257ae86ca8c0192fc64b2eea1c.tar.xz
linux-dev-59fe700dcbf3d6257ae86ca8c0192fc64b2eea1c.zip
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/Kconfig1
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
bool "Support SH7724 processor"
select CPU_SH4A
select CPU_SHX2
+ select ARCH_SHMOBILE
select ARCH_SPARSEMEM_ENABLE
select SYS_SUPPORTS_CMT
help