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