diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 05:01:16 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 05:01:16 -0400 |
commit | ba463937ef75bceaf3943edf01f849257c68623a (patch) | |
tree | 42d8d401e2710b76d40943c4c45beab5cd084541 /arch/sh/Kconfig | |
parent | 5a4053b23262afefa748e1e4c439931d4c27693b (diff) |
sh: maskreg IRQ support.
Formerly implemented by ADX, we can use this generically,
so move it over.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ddf2cc56868c..d90fb893bea9 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -313,6 +313,9 @@ config CPU_HAS_INTEVT | |||
313 | config CPU_HAS_PINT_IRQ | 313 | config CPU_HAS_PINT_IRQ |
314 | bool | 314 | bool |
315 | 315 | ||
316 | config CPU_HAS_MASKREG_IRQ | ||
317 | bool | ||
318 | |||
316 | config CPU_HAS_INTC2_IRQ | 319 | config CPU_HAS_INTC2_IRQ |
317 | bool | 320 | bool |
318 | 321 | ||