|
@@ -32,14 +32,6 @@ config ARM_GIC_V3_ITS
|
|
bool
|
|
bool
|
|
select PCI_MSI_IRQ_DOMAIN
|
|
select PCI_MSI_IRQ_DOMAIN
|
|
|
|
|
|
-config HISILICON_IRQ_MBIGEN
|
|
|
|
- bool "Support mbigen interrupt controller"
|
|
|
|
- default n
|
|
|
|
- depends on ARM_GIC_V3 && ARM_GIC_V3_ITS && GENERIC_MSI_IRQ_DOMAIN
|
|
|
|
- help
|
|
|
|
- Enable the mbigen interrupt controller used on
|
|
|
|
- Hisilicon platform.
|
|
|
|
-
|
|
|
|
config ARM_NVIC
|
|
config ARM_NVIC
|
|
bool
|
|
bool
|
|
select IRQ_DOMAIN
|
|
select IRQ_DOMAIN
|
|
@@ -114,6 +106,12 @@ config DW_APB_ICTL
|
|
select GENERIC_IRQ_CHIP
|
|
select GENERIC_IRQ_CHIP
|
|
select IRQ_DOMAIN
|
|
select IRQ_DOMAIN
|
|
|
|
|
|
|
|
+config HISILICON_IRQ_MBIGEN
|
|
|
|
+ bool
|
|
|
|
+ select ARM_GIC_V3
|
|
|
|
+ select ARM_GIC_V3_ITS
|
|
|
|
+ select GENERIC_MSI_IRQ_DOMAIN
|
|
|
|
+
|
|
config IMGPDC_IRQ
|
|
config IMGPDC_IRQ
|
|
bool
|
|
bool
|
|
select GENERIC_IRQ_CHIP
|
|
select GENERIC_IRQ_CHIP
|