diff options
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 62ca575701d3..a350969e5efe 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig | |||
@@ -1,3 +1,30 @@ | |||
1 | config IRQCHIP | ||
2 | def_bool y | ||
3 | depends on OF_IRQ | ||
4 | |||
5 | config ARM_GIC | ||
6 | bool | ||
7 | select IRQ_DOMAIN | ||
8 | select MULTI_IRQ_HANDLER | ||
9 | |||
10 | config GIC_NON_BANKED | ||
11 | bool | ||
12 | |||
13 | config ARM_VIC | ||
14 | bool | ||
15 | select IRQ_DOMAIN | ||
16 | select MULTI_IRQ_HANDLER | ||
17 | |||
18 | config ARM_VIC_NR | ||
19 | int | ||
20 | default 4 if ARCH_S5PV210 | ||
21 | default 3 if ARCH_S5PC100 | ||
22 | default 2 | ||
23 | depends on ARM_VIC | ||
24 | help | ||
25 | The maximum number of VICs available in the system, for | ||
26 | power management. | ||
27 | |||
1 | config VERSATILE_FPGA_IRQ | 28 | config VERSATILE_FPGA_IRQ |
2 | bool | 29 | bool |
3 | select IRQ_DOMAIN | 30 | select IRQ_DOMAIN |