]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge remote-tracking branch 'irqchip/irq/irqchip-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Apr 2021 05:32:39 +0000 (15:32 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Apr 2021 05:32:39 +0000 (15:32 +1000)
# Conflicts:
# drivers/irqchip/Kconfig
# drivers/irqchip/Makefile

1  2 
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
kernel/irq/irqdomain.c

index d3a14f304ec80caae398c2054c8fb9cfa2ef1703,715eb4366e3580a005b79ba495e1fb41fc05a83a..98b70d81cfcd15df7866ecdd8d821db2fe9214cd
@@@ -577,12 -577,10 +577,18 @@@ config MST_IR
        help
          Support MStar Interrupt Controller.
  
 +config APPLE_AIC
 +      bool "Apple Interrupt Controller (AIC)"
 +      depends on ARM64
 +      default ARCH_APPLE
 +      help
 +        Support for the Apple Interrupt Controller found on Apple Silicon SoCs,
 +        such as the M1.
 +
+ config WPCM450_AIC
+       bool "Nuvoton WPCM450 Advanced Interrupt Controller"
+       depends on ARCH_WPCM450
+       help
+         Support for the interrupt controller in the Nuvoton WPCM450 BMC SoC.
  endmenu
index eb6a515f0f649504f8e9e62481ae732b045c4e32,bef57937e7296b4b48cfd0fc55f10fb81d9890d7..0500ce79086a208d49c0f66038dceb8fd6f226da
@@@ -113,4 -113,4 +113,5 @@@ obj-$(CONFIG_LOONGSON_PCH_MSI)             += irq-
  obj-$(CONFIG_MST_IRQ)                 += irq-mst-intc.o
  obj-$(CONFIG_SL28CPLD_INTC)           += irq-sl28cpld.o
  obj-$(CONFIG_MACH_REALTEK_RTL)                += irq-realtek-rtl.o
 +obj-$(CONFIG_APPLE_AIC)                       += irq-apple-aic.o
+ obj-$(CONFIG_WPCM450_AIC)             += irq-wpcm450-aic.o
Simple merge