Skip to content
This repository was archived by the owner on Apr 13, 2019. It is now read-only.

Commit 057ad8b

Browse files
irq: GENERIC_IRQ_MULTI_HANDLER conflicts with MULTI_IRQ_HANDLER
These define the same symbol so they're mutually exclusive. By the end of this patch set I'll have removed MULTI_IRQ_HANDLER, but for now it's slightly easier to make these as conflicting so architectures that now define MULTI_IRQ_HANDLER won't get the generic version selected by randconfig. This will go away when every port is converted over to GENERIC_IRQ_MULTI_HANDLER. Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
1 parent 2a18224 commit 057ad8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/irq/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ config GENERIC_IRQ_DEBUGFS
134134
endmenu
135135

136136
config GENERIC_IRQ_MULTI_HANDLER
137+
depends on !MULTI_IRQ_HANDLER
137138
bool
138139
help
139140
Allow to specify the low level IRQ handler at run time.

0 commit comments

Comments
 (0)