diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-08-19 23:50:51 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 10:52:57 -0400 |
commit | 8f09cd20a24c5f13c571bc73ddcd47be0af3b70f (patch) | |
tree | 7b4188221e5ac41d6ec9f773b87a5f8413f530b4 /arch/Kconfig | |
parent | ffd5aae7817fba22c5c3e304a31c44fa0a4e9a97 (diff) |
x86: make HAVE_SPARSE_IRQ support selectable
Ingo said sparse_irq is some intrusive. need to make it selectable
to make it simple, remove irq_desc as parameter in some functions.
(ack, eoi, set_affinity).
may need to make member if irq_chip to take irq_desc, or struct irq later.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index b36762246265..c8a7c2eb6490 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -106,6 +106,3 @@ config HAVE_CLK | |||
106 | config HAVE_DYN_ARRAY | 106 | config HAVE_DYN_ARRAY |
107 | def_bool n | 107 | def_bool n |
108 | 108 | ||
109 | config HAVE_SPARSE_IRQ | ||
110 | def_bool n | ||
111 | |||