From: Paul Mundt Date: Thu, 14 Feb 2008 06:30:54 +0000 (+0900) Subject: sh: SH5-103 needs to select CPU_SH5. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8ef97dd7a8721882732ea8041fc07c80be3882ba;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 b3400b5ad5c..783cfbbf87c 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