From: Jonathan Neuschäfer Date: Tue, 18 May 2021 07:15:14 +0000 (+0930) Subject: ARM: npcm: wpcm450: select interrupt controller driver X-Git-Tag: accepted/tizen/unified/20230118.172025~7193^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d37316b72e8bf95a52d1c3e93c823d128c09b521;p=platform%2Fkernel%2Flinux-rpi.git ARM: npcm: wpcm450: select interrupt controller driver The interrupt controller driver is necessary in order to have a functioning Linux system on WPCM450. Select it in mach-npcm/Kconfig. Fixes: ece3fe93e8f4 ("ARM: npcm: Introduce Nuvoton WPCM450 SoC") Signed-off-by: Jonathan Neuschäfer Signed-off-by: Joel Stanley Reviewed-by: Joel Stanley Link: https://lore.kernel.org/r/20210513165627.1767093-1-j.neuschaefer@gmx.net Link: https://lore.kernel.org/r/20210518071514.604492-1-joel@jms.id.au' Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-npcm/Kconfig b/arch/arm/mach-npcm/Kconfig index 658c8ef..a71cf1d 100644 --- a/arch/arm/mach-npcm/Kconfig +++ b/arch/arm/mach-npcm/Kconfig @@ -10,6 +10,7 @@ config ARCH_WPCM450 bool "Support for WPCM450 BMC (Hermon)" depends on ARCH_MULTI_V5 select CPU_ARM926T + select WPCM450_AIC select NPCM7XX_TIMER help General support for WPCM450 BMC (Hermon).