commit | 8ef97dd7a8721882732ea8041fc07c80be3882ba | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Feb 14 15:30:54 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Feb 25 18:49:45 2008 +0900 |
tree | 2c8c06a6e9f3252206b1acb6aaad89849013a724 | |
parent | cc645a020510cf68332a71394a32c1eacb92c6ed [diff] [blame] |
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 <lethal@linux-sh.org>
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index b3400b5..783cfbb 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig
@@ -330,6 +330,7 @@ config CPU_SUBTYPE_SH5_103 bool "Support SH5-103 processor" + select CPU_SH5 endchoice