aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2009-04-16 01:40:56 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-04-16 01:40:56 -0400
commit0207a2efb43d81e29e23662b5d035945688a103f (patch)
treeb43cf6b34fd5c5d1f837c2915e4e055cbfb13883 /arch/sh/Kconfig
parent3ee8da87ba6151ec91b2b8bbd27633bb248ea0d5 (diff)
sh: Add support for SH7724 (SH-Mobile R2R) CPU subtype.
This implements initial support for the SH-Mobile R2R CPU. Based on Rev 0.11 of the initial SH7724 hardware manual. Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index e7390dd0283d..505d1acbd0ad 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -347,6 +347,15 @@ config CPU_SUBTYPE_SH7723
347 help 347 help
348 Select SH7723 if you have an SH-MobileR2 CPU. 348 Select SH7723 if you have an SH-MobileR2 CPU.
349 349
350config CPU_SUBTYPE_SH7724
351 bool "Support SH7724 processor"
352 select CPU_SH4A
353 select CPU_SHX2
354 select ARCH_SPARSEMEM_ENABLE
355 select SYS_SUPPORTS_CMT
356 help
357 Select SH7724 if you have an SH-MobileR2R CPU.
358
350config CPU_SUBTYPE_SH7763 359config CPU_SUBTYPE_SH7763
351 bool "Support SH7763 processor" 360 bool "Support SH7763 processor"
352 select CPU_SH4A 361 select CPU_SH4A
@@ -495,6 +504,7 @@ config SH_PCLK_FREQ
495 CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \ 504 CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \
496 CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG || \ 505 CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG || \
497 CPU_SUBTYPE_SH7786 506 CPU_SUBTYPE_SH7786
507 default "41666666" if CPU_SUBTYPE_SH7724
498 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R 508 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
499 default "66000000" if CPU_SUBTYPE_SH4_202 509 default "66000000" if CPU_SUBTYPE_SH4_202
500 default "50000000" 510 default "50000000"