diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-08-23 15:19:40 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 11:57:51 +0900 |
commit | 1254d1db11d8528558613fde5b89eb09306f50a3 (patch) | |
tree | 53aaf7361999ad40d518b6ad3c884efbc7aaa32f /arch/sh/Kconfig | |
parent | a1fd306b887f06d648f45a2c722e9036dced9590 (diff) |
sh: remove CONFIG_CPU_HAS_INTC_IRQ
All processor specific interrupt code is now converted to make use
of the new intc code. The config option CONFIG_CPU_HAS_INTC_IRQ is
because of that pointless.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
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, 0 insertions, 3 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 24c33610615..c1214ccea00 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -178,9 +178,6 @@ config CPU_HAS_INTEVT config CPU_HAS_MASKREG_IRQ bool -config CPU_HAS_INTC_IRQ - bool - config CPU_HAS_IPR_IRQ bool |