diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 15:30:54 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-25 18:49:45 +0900 |
commit | 8ef97dd7a8721882732ea8041fc07c80be3882ba (patch) | |
tree | 2c8c06a6e9f3252206b1acb6aaad89849013a724 /arch/sh | |
parent | cc645a020510cf68332a71394a32c1eacb92c6ed (diff) |
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |