aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-05-09 22:51:07 -0400
committerPaul Mundt <lethal@linux-sh.org>2012-05-09 22:51:07 -0400
commit15f99cbd071aa402e113d342448603344a337046 (patch)
tree56f98892d1bd38029988eb8931e2321ef7e79aa0 /arch/sh/Kconfig
parentb2212ea41dacda8cce0e7681a3a6ccc76c63802e (diff)
parent41797f75486d8ca3b98d7658c2a506ac7879a8e5 (diff)
Merge branch 'sh/rsk-updates' into sh-latest
Conflicts: arch/sh/Kconfig Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 98405fa24e81..65bdb5da79c5 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -288,6 +288,13 @@ config CPU_SUBTYPE_SH7263
288 select SYS_SUPPORTS_CMT 288 select SYS_SUPPORTS_CMT
289 select SYS_SUPPORTS_MTU2 289 select SYS_SUPPORTS_MTU2
290 290
291config CPU_SUBTYPE_SH7264
292 bool "Support SH7264 processor"
293 select CPU_SH2A
294 select CPU_HAS_FPU
295 select SYS_SUPPORTS_CMT
296 select SYS_SUPPORTS_MTU2
297
291config CPU_SUBTYPE_MXG 298config CPU_SUBTYPE_MXG
292 bool "Support MX-G processor" 299 bool "Support MX-G processor"
293 select CPU_SH2A 300 select CPU_SH2A
@@ -594,7 +601,8 @@ config SH_CLK_CPG
594config SH_CLK_CPG_LEGACY 601config SH_CLK_CPG_LEGACY
595 depends on SH_CLK_CPG 602 depends on SH_CLK_CPG
596 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ 603 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \
597 !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && !CPU_SUBTYPE_SH7734 604 !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && \
605 !CPU_SUBTYPE_SH7734 && !CPU_SUBTYPE_SH7264
598 606
599source "kernel/time/Kconfig" 607source "kernel/time/Kconfig"
600 608