From: Matthias Kaehlcke Date: Wed, 20 Mar 2019 17:20:56 +0000 (-0700) Subject: arm64: remove obsolete selection of MULTI_IRQ_HANDLER X-Git-Tag: v5.4-rc1~1357^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5a5af7718610c819c4d368bb62655ee43a38011;p=platform%2Fkernel%2Flinux-rpi.git 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 4c301f9b6a94 ("ARM: Convert to GENERIC_IRQ_MULTI_HANDLER"). The 'new' option is already selected, so just remove the obsolete entry. Signed-off-by: Matthias Kaehlcke Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 117b254..7e34b9e 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -159,7 +159,6 @@ config ARM64 select IRQ_DOMAIN select IRQ_FORCED_THREADING select MODULES_USE_ELF_RELA - select MULTI_IRQ_HANDLER select NEED_DMA_MAP_STATE select NEED_SG_DMA_LENGTH select OF