ARM: gic: add irq_domain support
[deliverable/linux.git] / arch / arm / common / Kconfig
1 config ARM_GIC
2 select IRQ_DOMAIN
3 bool
4
5 config ARM_VIC
6 bool
7
8 config ARM_VIC_NR
9 int
10 default 4 if ARCH_S5PV210
11 default 3 if ARCH_S5PC100
12 default 2
13 depends on ARM_VIC
14 help
15 The maximum number of VICs available in the system, for
16 power management.
17
18 config ICST
19 bool
20
21 config PL330
22 bool
23
24 config SA1111
25 bool
26 select DMABOUNCE if !ARCH_PXA
27
28 config DMABOUNCE
29 bool
30 select ZONE_DMA
31
32 config TIMER_ACORN
33 bool
34
35 config SHARP_LOCOMO
36 bool
37
38 config SHARP_PARAM
39 bool
40
41 config SHARP_SCOOP
42 bool
This page took 0.073183 seconds and 5 git commands to generate.