diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 01:30:54 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-25 04:49:45 -0500 |
commit | 8ef97dd7a8721882732ea8041fc07c80be3882ba (patch) | |
tree | 2c8c06a6e9f3252206b1acb6aaad89849013a724 /arch/sh/Kconfig | |
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/Kconfig')
-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 b3400b5ad5c6..783cfbbf87ca 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -330,6 +330,7 @@ config CPU_SUBTYPE_SH5_101 | |||
330 | 330 | ||
331 | config CPU_SUBTYPE_SH5_103 | 331 | config CPU_SUBTYPE_SH5_103 |
332 | bool "Support SH5-103 processor" | 332 | bool "Support SH5-103 processor" |
333 | select CPU_SH5 | ||
333 | 334 | ||
334 | endchoice | 335 | endchoice |
335 | 336 | ||