File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ config ARCH_K3
135
135
select SOC_TI
136
136
select TI_MESSAGE_MANAGER
137
137
select TI_SCI_PROTOCOL
138
- select TI_SCI_INTR_IRQCHIP
139
138
select TI_SCI_INTA_IRQCHIP
140
139
select TI_K3_SOCINFO
141
140
help
Original file line number Diff line number Diff line change @@ -534,8 +534,9 @@ config LS1X_IRQ
534
534
Support for the Loongson-1 platform Interrupt Controller.
535
535
536
536
config TI_SCI_INTR_IRQCHIP
537
- bool
537
+ tristate "TI SCI INTR Interrupt Controller"
538
538
depends on TI_SCI_PROTOCOL
539
+ depends on ARCH_K3 || COMPILE_TEST
539
540
select IRQ_DOMAIN_HIERARCHY
540
541
help
541
542
This enables the irqchip driver support for K3 Interrupt router
Original file line number Diff line number Diff line change @@ -303,3 +303,4 @@ module_platform_driver(ti_sci_intr_irq_domain_driver);
303
303
304
304
MODULE_AUTHOR ("Lokesh Vutla <lokeshvutla@ticom>" );
305
305
MODULE_DESCRIPTION ("K3 Interrupt Router driver over TI SCI protocol" );
306
+ MODULE_LICENSE ("GPL" );
You can’t perform that action at this time.
0 commit comments