projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3395b
)
sh: Have SH7724 select ARCH_SHMOBILE.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Apr 2009 06:43:42 +0000
(15:43 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Apr 2009 06:43:42 +0000
(15:43 +0900)
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>
arch/sh/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index 505d1acbd0ad1b81c3a07a7de7760ac7b7f59bb0..4c68fdedfa106ef16b45f9082c84940722e8d0dd 100644
(file)
--- 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