File tree Expand file tree Collapse file tree 4 files changed +751
-667
lines changed Expand file tree Collapse file tree 4 files changed +751
-667
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,8 @@ config PARTITION_PERCPU
406
406
407
407
config STM32MP_EXTI
408
408
bool
409
- select STM32_EXTI
409
+ select IRQ_DOMAIN
410
+ select GENERIC_IRQ_CHIP
410
411
411
412
config STM32_EXTI
412
413
bool
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ obj-$(CONFIG_MVEBU_SEI) += irq-mvebu-sei.o
84
84
obj-$(CONFIG_LS_EXTIRQ) += irq-ls-extirq.o
85
85
obj-$(CONFIG_LS_SCFG_MSI) += irq-ls-scfg-msi.o
86
86
obj-$(CONFIG_ARCH_ASPEED) += irq-aspeed-vic.o irq-aspeed-i2c-ic.o irq-aspeed-scu-ic.o
87
+ obj-$(CONFIG_STM32MP_EXTI) += irq-stm32mp-exti.o
87
88
obj-$(CONFIG_STM32_EXTI) += irq-stm32-exti.o
88
89
obj-$(CONFIG_QCOM_IRQ_COMBINER) += qcom-irq-combiner.o
89
90
obj-$(CONFIG_IRQ_UNIPHIER_AIDET) += irq-uniphier-aidet.o
You can’t perform that action at this time.
0 commit comments