From: Kefeng Wang Date: Thu, 8 Jul 2021 01:59:49 +0000 (+0800) Subject: riscv: Enable GENERIC_IRQ_SHOW_LEVEL X-Git-Tag: v5.15-rc1~88^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecd4916c7261edccb2382c9931535e238875a44d;p=thirdparty%2Fkernel%2Flinux.git riscv: Enable GENERIC_IRQ_SHOW_LEVEL The interrupt controllers on riscv support both edge and level triggered interrupts, it's useful to provide that information in /proc/interrupts. Signed-off-by: Kefeng Wang Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 95cb9efa92132..387cf68a5d529 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -52,6 +52,7 @@ config RISCV select GENERIC_IOREMAP select GENERIC_IRQ_MULTI_HANDLER select GENERIC_IRQ_SHOW + select GENERIC_IRQ_SHOW_LEVEL select GENERIC_LIB_DEVMEM_IS_ALLOWED select GENERIC_PCI_IOMAP select GENERIC_PTDUMP if MMU