From: Mark Brown Date: Thu, 19 May 2011 22:10:13 +0000 (+0100) Subject: ARM: 6915/1: SAMSUNG: Depend on IRQ_GENERIC_CHIP X-Git-Tag: firefly_0821_release~7613^2~1318^2^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=878ccdc10b14e4dd028649307f99da1052768edf;p=firefly-linux-kernel-4.4.55.git ARM: 6915/1: SAMSUNG: Depend on IRQ_GENERIC_CHIP The generic chip infrastructure has had a Kconfig symbol added so we need to select that for the kernel to link now we're using the generic IRQ chip infrastructure. Signed-off-by: Mark Brown Signed-off-by: Russell King --- diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index be72100b81b4..4d79519d19a4 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -8,6 +8,7 @@ config PLAT_SAMSUNG bool depends on PLAT_S3C24XX || ARCH_S3C64XX || PLAT_S5P select NO_IOPORT + select GENERIC_IRQ_CHIP default y help Base platform code for all Samsung SoC based systems