From: Paul Mundt Date: Tue, 3 Mar 2009 06:57:02 +0000 (+0900) Subject: sh: SH7786 is an SH-X3 core, select CPU_SHX3. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=37042fbd8b3256d2a44b17646fa9de8777d5a34a;p=deliverable%2Flinux.git sh: SH7786 is an SH-X3 core, select CPU_SHX3. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 0ae09683fb21..83aee3db54b4 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -359,7 +359,7 @@ config CPU_SUBTYPE_SH7785 config CPU_SUBTYPE_SH7786 bool "Support SH7786 processor" select CPU_SH4A - select CPU_SHX2 + select CPU_SHX3 select ARCH_SPARSEMEM_ENABLE select SYS_SUPPORTS_NUMA