diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-11-20 00:14:29 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-05 20:45:37 -0500 |
commit | b552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4 (patch) | |
tree | fbc4983bd9cda6a466c1823256296c89ed20b104 /arch/sh/mm/Kconfig | |
parent | 9a7ef6d59f9d4780ff5bc9c4d05266b52dcb9211 (diff) |
sh: Hook SH7785 in to the build system.
Simple 7785 placeholders to start hooking up other bits of code.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 814a17586974..27463e26a7b8 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -171,6 +171,11 @@ config CPU_SUBTYPE_SH7780 | |||
171 | select CPU_SH4A | 171 | select CPU_SH4A |
172 | select CPU_HAS_INTC2_IRQ | 172 | select CPU_HAS_INTC2_IRQ |
173 | 173 | ||
174 | config CPU_SUBTYPE_SH7785 | ||
175 | bool "Support SH7785 processor" | ||
176 | select CPU_SH4A | ||
177 | select CPU_HAS_INTC2_IRQ | ||
178 | |||
174 | comment "SH4AL-DSP Processor Support" | 179 | comment "SH4AL-DSP Processor Support" |
175 | 180 | ||
176 | config CPU_SUBTYPE_SH73180 | 181 | config CPU_SUBTYPE_SH73180 |