From: Sudeep Holla Date: Wed, 22 Apr 2015 17:16:33 +0000 (+0100) Subject: ARM64: Enable CONFIG_GENERIC_IRQ_SHOW_LEVEL X-Git-Tag: android-x86-6.0-r1~1470^2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6544e67bfb1bf55bcf3c0f6b37631917e9acfb74;p=android-x86%2Fkernel.git ARM64: Enable CONFIG_GENERIC_IRQ_SHOW_LEVEL Since several interrupt controllers including GIC support both edge and level triggered interrupts, it's useful to provide that information in /proc/interrupts even on ARM64 similar to ARM and PPC. This is based on Geert Uytterhoeven's commit 7c07005eea96 ("ARM: 8339/1: Enable CONFIG_GENERIC_IRQ_SHOW_LEVEL") Signed-off-by: Sudeep Holla Signed-off-by: Will Deacon --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 4269dba63cf1..7796af4b1d6f 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -31,6 +31,7 @@ config ARM64 select GENERIC_EARLY_IOREMAP select GENERIC_IRQ_PROBE select GENERIC_IRQ_SHOW + select GENERIC_IRQ_SHOW_LEVEL select GENERIC_PCI_IOMAP select GENERIC_SCHED_CLOCK select GENERIC_SMP_IDLE_THREAD