Skip to content

Commit e5a5af7

Browse files
Matthias Kaehlckectmarinas
authored andcommitted
arm64: remove obsolete selection of MULTI_IRQ_HANDLER
The arm64 config selects MULTI_IRQ_HANDLER, which was renamed to GENERIC_IRQ_MULTI_HANDLER by commit 4c301f9 ("ARM: Convert to GENERIC_IRQ_MULTI_HANDLER"). The 'new' option is already selected, so just remove the obsolete entry. Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 0ecc471 commit e5a5af7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ config ARM64
159159
select IRQ_DOMAIN
160160
select IRQ_FORCED_THREADING
161161
select MODULES_USE_ELF_RELA
162-
select MULTI_IRQ_HANDLER
163162
select NEED_DMA_MAP_STATE
164163
select NEED_SG_DMA_LENGTH
165164
select OF

0 commit comments

Comments
 (0)