diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-18 17:51:24 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 12:18:20 +0900 |
commit | 1b06428ee56fadedd004bfc5e3fbb39fb8c99010 (patch) | |
tree | eb31c81f6b885ce06eabb547ddfcea097013f9c7 /arch/sh/mm/Kconfig | |
parent | 02ab3f70791f7d5c9098acaa31a72dd7d0961cb0 (diff) | |
download | blackbird-obmc-linux-1b06428ee56fadedd004bfc5e3fbb39fb8c99010.tar.gz blackbird-obmc-linux-1b06428ee56fadedd004bfc5e3fbb39fb8c99010.zip |
sh: intc - add support for 7722 processor
This patch converts the cpu specific 7722 setup code to use the
new intc controller. Many new vectors are added and also support
for external interrupt sense configuration. So with this patch
it is now possible to configure external interrupt pins as edge
or level triggered using set_irq_type().
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 28d79a474cde..7c087297c70e 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -217,7 +217,7 @@ config CPU_SUBTYPE_SH7722 bool "Support SH7722 processor" select CPU_SH4AL_DSP select CPU_SHX2 - select CPU_HAS_IPR_IRQ + select CPU_HAS_INTC_IRQ select ARCH_SPARSEMEM_ENABLE select SYS_SUPPORTS_NUMA |