diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-06 01:49:08 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-06 01:49:08 -0500 |
commit | fa94ddea2b29fdda7640672c8a933dbd901f0278 (patch) | |
tree | 4e9204f1438f5ed44bff31e2abee598ad775321d /arch/sh/Kconfig | |
parent | 6fbfe8d7cd7e71ceb281c5a1b9de6e5e0dfbf1c8 (diff) | |
parent | 56d45b62ce622a003da972428fdbba2b42102efb (diff) |
Merge branch 'master' into sh/hw-breakpoints
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index f971cb74dd62..812395e7c4d7 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -542,14 +542,16 @@ config SH_TIMER_MTU2 | |||
542 | 542 | ||
543 | config SH_PCLK_FREQ | 543 | config SH_PCLK_FREQ |
544 | int "Peripheral clock frequency (in Hz)" | 544 | int "Peripheral clock frequency (in Hz)" |
545 | default "27000000" if CPU_SUBTYPE_SH7343 | 545 | depends on SH_CLK_CPG_LEGACY |
546 | default "31250000" if CPU_SUBTYPE_SH7619 | 546 | default "31250000" if CPU_SUBTYPE_SH7619 |
547 | default "32000000" if CPU_SUBTYPE_SH7722 | 547 | default "33333333" if CPU_SUBTYPE_SH7770 || \ |
548 | default "33333333" if CPU_SUBTYPE_SH7770 || CPU_SUBTYPE_SH7723 || \ | 548 | CPU_SUBTYPE_SH7760 || \ |
549 | CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ | 549 | CPU_SUBTYPE_SH7705 || \ |
550 | CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \ | 550 | CPU_SUBTYPE_SH7203 || \ |
551 | CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG || \ | 551 | CPU_SUBTYPE_SH7206 || \ |
552 | CPU_SUBTYPE_SH7786 || CPU_SUBTYPE_SH7724 | 552 | CPU_SUBTYPE_SH7263 || \ |
553 | CPU_SUBTYPE_MXG || \ | ||
554 | CPU_SUBTYPE_SH7786 | ||
553 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R | 555 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R |
554 | default "66000000" if CPU_SUBTYPE_SH4_202 | 556 | default "66000000" if CPU_SUBTYPE_SH4_202 |
555 | default "50000000" | 557 | default "50000000" |