projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc645a0
)
sh: SH5-103 needs to select CPU_SH5.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 14 Feb 2008 06:30:54 +0000
(15:30 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 25 Feb 2008 09:49:45 +0000
(18:49 +0900)
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>
arch/sh/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index b3400b5ad5c605cface4aedcd88cd565a25b8909..783cfbbf87cad992ae388047dbdd8f60c43ebbca 100644
(file)
--- 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