diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-05-07 10:55:37 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 11:40:09 +0900 |
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 02688d7909a1..b773e7d1b06b 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -393,6 +393,7 @@ config CPU_SUBTYPE_SH7785 select CPU_SHX2 select ARCH_SPARSEMEM_ENABLE select SYS_SUPPORTS_NUMA + select SYS_SUPPORTS_TMU config CPU_SUBTYPE_SH7786 bool "Support SH7786 processor" |