Skip to content

Commit 6544e67

Browse files
sudeep-hollawildea01
authored andcommitted
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 7c07005 ("ARM: 8339/1: Enable CONFIG_GENERIC_IRQ_SHOW_LEVEL") Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
1 parent 878a84d commit 6544e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ config ARM64
3131
select GENERIC_EARLY_IOREMAP
3232
select GENERIC_IRQ_PROBE
3333
select GENERIC_IRQ_SHOW
34+
select GENERIC_IRQ_SHOW_LEVEL
3435
select GENERIC_PCI_IOMAP
3536
select GENERIC_SCHED_CLOCK
3637
select GENERIC_SMP_IDLE_THREAD

0 commit comments

Comments
 (0)