Skip to content

Commit

Permalink
Merge branch 'master' into sh/clkfwk
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mundt committed May 12, 2009
2 parents 9fe5ee0 + 8be5f1a commit fd5b124
Show file tree
Hide file tree
Showing 22 changed files with 2,359 additions and 557 deletions.
22 changes: 3 additions & 19 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,15 @@ config CPU_SUBTYPE_SH7720
bool "Support SH7720 processor"
select CPU_SH3
select CPU_HAS_DSP
select SYS_SUPPORTS_CMT
help
Select SH7720 if you have a SH3-DSP SH7720 CPU.

config CPU_SUBTYPE_SH7721
bool "Support SH7721 processor"
select CPU_SH3
select CPU_HAS_DSP
select SYS_SUPPORTS_CMT
help
Select SH7721 if you have a SH3-DSP SH7721 CPU.

Expand Down Expand Up @@ -471,16 +473,9 @@ source "arch/sh/boards/Kconfig"

menu "Timer and clock configuration"

config SH_TMU
bool "TMU timer support"
depends on CPU_SH3 || CPU_SH4
default y
help
This enables the use of the TMU as the system timer.

config SH_TIMER_TMU
bool "TMU timer driver"
depends on !SH_TMU && SYS_SUPPORTS_TMU
depends on SYS_SUPPORTS_TMU
default y
help
This enables the build of the TMU timer driver.
Expand All @@ -499,17 +494,6 @@ config SH_TIMER_MTU2
help
This enables build of the MTU2 timer driver.

config SH_TIMER_IRQ
int
default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || \
CPU_SUBTYPE_SH7763
default "86" if CPU_SUBTYPE_SH7619
default "140" if CPU_SUBTYPE_SH7206
default "142" if CPU_SUBTYPE_SH7203 && SH_CMT
default "153" if CPU_SUBTYPE_SH7203 && SH_MTU2
default "238" if CPU_SUBTYPE_MXG
default "16"

config SH_PCLK_FREQ
int "Peripheral clock frequency (in Hz)"
default "27000000" if CPU_SUBTYPE_SH7343
Expand Down
Loading

0 comments on commit fd5b124

Please sign in to comment.