aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2007-08-23 02:19:40 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-09-20 22:57:51 -0400
commit1254d1db11d8528558613fde5b89eb09306f50a3 (patch)
tree53aaf7361999ad40d518b6ad3c884efbc7aaa32f /arch/sh/Kconfig
parenta1fd306b887f06d648f45a2c722e9036dced9590 (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/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 24c33610615b..c1214ccea009 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -178,9 +178,6 @@ config CPU_HAS_INTEVT
178config CPU_HAS_MASKREG_IRQ 178config CPU_HAS_MASKREG_IRQ
179 bool 179 bool
180 180
181config CPU_HAS_INTC_IRQ
182 bool
183
184config CPU_HAS_IPR_IRQ 181config CPU_HAS_IPR_IRQ
185 bool 182 bool
186 183