Skip to content

Commit

Permalink
sh: SH5-103 needs to select CPU_SH5.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Feb 25, 2008
1 parent cc645a0 commit 8ef97dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ config CPU_SUBTYPE_SH5_101

config CPU_SUBTYPE_SH5_103
bool "Support SH5-103 processor"
select CPU_SH5

endchoice

Expand Down

0 comments on commit 8ef97dd

Please sign in to comment.