From: Paul Mundt Date: Thu, 14 Feb 2008 06:30:54 +0000 (+0900) Subject: sh: SH5-103 needs to select CPU_SH5. X-Git-Tag: v2.6.25-rc4~147^2~9 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef97dd7a8721882732ea8041fc07c80be3882ba;p=linux-2.6 sh: SH5-103 needs to select CPU_SH5. Without this, it's possible to have CONFIG_SUPERH32=y set on SH5-103 parts, which leads to much build badness. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index b3400b5ad5..783cfbbf87 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -330,6 +330,7 @@ config CPU_SUBTYPE_SH5_101 config CPU_SUBTYPE_SH5_103 bool "Support SH5-103 processor" + select CPU_SH5 endchoice