diff options
author | Michal Simek <michal.simek@xilinx.com> | 2022-03-04 10:51:29 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-03-04 17:32:57 +0300 |
commit | 1e364921b0085780153b1d03640ca41e1be83e8b (patch) | |
tree | 882294f03c5b8757050fef0b1b9038550408b2ab /arch/microblaze/Kconfig | |
parent | e414c25e3399b2b3d7337dc47abccab5c71b7c8f (diff) | |
download | linux-1e364921b0085780153b1d03640ca41e1be83e8b.tar.xz |
irqchip/xilinx: Switch to GENERIC_IRQ_MULTI_HANDLER
Register the Xilinx driver as the root interrupt controller using
the GENERIC_IRQ_MULTI_HANDLER API, instead of the arch-specific hack.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Stefan Asserhall <stefan.asserhall@xilinx.com>
[maz: repainted commit message]
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/e6c6595a81f662bf839cee3109d0fa58a596ea47.1646380284.git.michal.simek@xilinx.com
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 59798e43cdb0..da568e981604 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -45,6 +45,8 @@ config MICROBLAZE select SET_FS select ZONE_DMA select TRACE_IRQFLAGS_SUPPORT + select GENERIC_IRQ_MULTI_HANDLER + select HANDLE_DOMAIN_IRQ # Endianness selection choice |