diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-03-03 01:57:02 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-03 01:57:02 -0500 |
commit | 37042fbd8b3256d2a44b17646fa9de8777d5a34a (patch) | |
tree | ad6a2e904866d1b5e6215cc96ad2d9ed5560b1b0 /arch/sh/Kconfig | |
parent | 55ba99eb211a06709237cb322ecd8c8b6faf6159 (diff) |
sh: SH7786 is an SH-X3 core, select CPU_SHX3.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 0ae09683fb2..83aee3db54b 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -359,7 +359,7 @@ config CPU_SUBTYPE_SH7785 | |||
359 | config CPU_SUBTYPE_SH7786 | 359 | config CPU_SUBTYPE_SH7786 |
360 | bool "Support SH7786 processor" | 360 | bool "Support SH7786 processor" |
361 | select CPU_SH4A | 361 | select CPU_SH4A |
362 | select CPU_SHX2 | 362 | select CPU_SHX3 |
363 | select ARCH_SPARSEMEM_ENABLE | 363 | select ARCH_SPARSEMEM_ENABLE |
364 | select SYS_SUPPORTS_NUMA | 364 | select SYS_SUPPORTS_NUMA |
365 | 365 | ||