diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-11-20 06:14:29 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-06 02:45:37 +0100 |
commit | b552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4 (patch) | |
tree | fbc4983bd9cda6a466c1823256296c89ed20b104 /arch/sh/mm | |
parent | sh: Drop CPU subtype IRQ headers. (diff) | |
download | linux-b552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4.tar.xz linux-b552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4.zip |
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')
-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 select CPU_SH4A select CPU_HAS_INTC2_IRQ +config CPU_SUBTYPE_SH7785 + bool "Support SH7785 processor" + select CPU_SH4A + select CPU_HAS_INTC2_IRQ + comment "SH4AL-DSP Processor Support" config CPU_SUBTYPE_SH73180 |