Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-2.6/libata-dev.git] / drivers / irqchip / Kconfig
bloba350969e5efe4254c65b7ed7841609bebb1b0102
1 config IRQCHIP
2         def_bool y
3         depends on OF_IRQ
5 config ARM_GIC
6         bool
7         select IRQ_DOMAIN
8         select MULTI_IRQ_HANDLER
10 config GIC_NON_BANKED
11         bool
13 config ARM_VIC
14         bool
15         select IRQ_DOMAIN
16         select MULTI_IRQ_HANDLER
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.
28 config VERSATILE_FPGA_IRQ
29         bool
30         select IRQ_DOMAIN
32 config VERSATILE_FPGA_IRQ_NR
33        int
34        default 4
35        depends on VERSATILE_FPGA_IRQ