diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-05-07 06:55:37 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-07 22:40:09 -0400 |
commit | e367592cc93ac653e7bc0bebbc9bb713a77e2696 (patch) | |
tree | 567fbce6b2214e8a491feb66af50333f126ff69e /arch/sh/Kconfig | |
parent | 06ee846a25642c434c55209151c633f538c12022 (diff) |
sh: TMU platform data for sh7785
This patch adds TMU platform data for sh7785. Both clockevent
and clocksource support is enabled.
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 02688d7909a..b773e7d1b06 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -393,6 +393,7 @@ config CPU_SUBTYPE_SH7785 | |||
393 | select CPU_SHX2 | 393 | select CPU_SHX2 |
394 | select ARCH_SPARSEMEM_ENABLE | 394 | select ARCH_SPARSEMEM_ENABLE |
395 | select SYS_SUPPORTS_NUMA | 395 | select SYS_SUPPORTS_NUMA |
396 | select SYS_SUPPORTS_TMU | ||
396 | 397 | ||
397 | config CPU_SUBTYPE_SH7786 | 398 | config CPU_SUBTYPE_SH7786 |
398 | bool "Support SH7786 processor" | 399 | bool "Support SH7786 processor" |