diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-03-03 01:40:25 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-03 01:40:25 -0500 |
commit | 55ba99eb211a06709237cb322ecd8c8b6faf6159 (patch) | |
tree | dc22ab87110e3e8fd26496fe6eebfbf261cc6c62 /arch/sh/Kconfig | |
parent | 93fde774546c947ac8563da431f0a6d47452551d (diff) |
sh: Add support for SH7786 CPU subtype.
This adds preliminary support for the SH7786 CPU subtype.
While this is a dual-core CPU, only UP is supported for now. L2 cache
support is likewise not yet implemented.
More information on this particular CPU subtype is available at:
http://www.renesas.com/fmwk.jsp?cnt=sh7786_root.jsp&fp=/products/mpumcu/superh_family/sh7780_series/sh7786_group/
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 78a01d7d37ef..0ae09683fb21 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -356,6 +356,13 @@ config CPU_SUBTYPE_SH7785 | |||
356 | select ARCH_SPARSEMEM_ENABLE | 356 | select ARCH_SPARSEMEM_ENABLE |
357 | select SYS_SUPPORTS_NUMA | 357 | select SYS_SUPPORTS_NUMA |
358 | 358 | ||
359 | config CPU_SUBTYPE_SH7786 | ||
360 | bool "Support SH7786 processor" | ||
361 | select CPU_SH4A | ||
362 | select CPU_SHX2 | ||
363 | select ARCH_SPARSEMEM_ENABLE | ||
364 | select SYS_SUPPORTS_NUMA | ||
365 | |||
359 | config CPU_SUBTYPE_SHX3 | 366 | config CPU_SUBTYPE_SHX3 |
360 | bool "Support SH-X3 processor" | 367 | bool "Support SH-X3 processor" |
361 | select CPU_SH4A | 368 | select CPU_SH4A |