diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-05-01 02:58:52 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-03 04:41:37 -0400 |
commit | d43a41bf8b504a1d9f0b4ce7e17d803f4ef39d84 (patch) | |
tree | 4021999f16ac221e7478f43b7ee4fea6de863b28 /arch/sh/Kconfig | |
parent | 9570ef20423b549757aa484ad388f9a7d5bdc4d9 (diff) |
sh: TMU platform data for sh7722
This patch adds TMU platform data for sh7722. Only clockevent
mode is enabled for now, clocksource requires this patch:
"clocksource: setup mult_orig in clocksource_enable()"
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 1f74737c4f20..c3e9455498a0 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -423,6 +423,7 @@ config CPU_SUBTYPE_SH7722 | |||
423 | select ARCH_SPARSEMEM_ENABLE | 423 | select ARCH_SPARSEMEM_ENABLE |
424 | select SYS_SUPPORTS_NUMA | 424 | select SYS_SUPPORTS_NUMA |
425 | select SYS_SUPPORTS_CMT | 425 | select SYS_SUPPORTS_CMT |
426 | select SYS_SUPPORTS_TMU | ||
426 | 427 | ||
427 | config CPU_SUBTYPE_SH7366 | 428 | config CPU_SUBTYPE_SH7366 |
428 | bool "Support SH7366 processor" | 429 | bool "Support SH7366 processor" |